Skip to content

Commit 0d04996

Browse files
author
Pawel Rozlach
committed
Remove redundant shutil import
1 parent b296d16 commit 0d04996

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

kazoo/testing/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ def stop(self):
244244
def destroy(self):
245245
"""Stop the ZooKeeper instance and destroy its on disk-state"""
246246
# called by at exit handler, reimport to avoid cleanup race.
247-
import shutil
248247
self.stop()
249248

250249
shutil.rmtree(self.working_path, True)

0 commit comments

Comments
 (0)