Skip to content

Commit 917e732

Browse files
committed
Merge pull request #378 from vespian/shutil-import
Remove redundant shutil import from test harness code
2 parents b296d16 + 0d04996 commit 917e732

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)