We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b296d16 + 0d04996 commit 917e732Copy full SHA for 917e732
1 file changed
kazoo/testing/common.py
@@ -244,7 +244,6 @@ def stop(self):
244
def destroy(self):
245
"""Stop the ZooKeeper instance and destroy its on disk-state"""
246
# called by at exit handler, reimport to avoid cleanup race.
247
- import shutil
248
self.stop()
249
250
shutil.rmtree(self.working_path, True)
0 commit comments