Skip to content

Commit 18bb097

Browse files
Revert "Prevent utility functions from becoming methods of the client class"
This reverts commit 58979ae.
1 parent a1073f3 commit 18bb097

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

etcd3/client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,11 +1392,6 @@ def snapshot(self, file_obj):
13921392
for response in snapshot_response:
13931393
file_obj.write(response.blob)
13941394

1395-
# Remove utility functions from class namespace
1396-
del _handle_errors
1397-
del _handle_generator_errors
1398-
del _create_stub_property
1399-
14001395

14011396
def client(host=None, port=None, endpoints=None,
14021397
ca_cert=None, cert_key=None, cert_cert=None, timeout=None,

0 commit comments

Comments
 (0)