diff options
author | Barry Warsaw <barry@python.org> | 2013-04-16 15:19:11 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2013-04-16 15:19:11 (GMT) |
commit | 99c56e8f58814e7469e55bdb515ed4d0834a6363 (patch) | |
tree | 894f1dc7366bce3c6e343c2af5fa694d3c19b0e0 /Lib/test/test_shutil.py | |
parent | ecaefcf44eca8a77946a4d2cc390b6d782647bfc (diff) | |
parent | 20c08c80418300d804ce30d2065f109c63b15c41 (diff) | |
download | cpython-99c56e8f58814e7469e55bdb515ed4d0834a6363.zip cpython-99c56e8f58814e7469e55bdb515ed4d0834a6363.tar.gz cpython-99c56e8f58814e7469e55bdb515ed4d0834a6363.tar.bz2 |
Remove unused import
Diffstat (limited to 'Lib/test/test_shutil.py')
-rw-r--r-- | Lib/test/test_shutil.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py index 2907ad8..7f88500 100644 --- a/Lib/test/test_shutil.py +++ b/Lib/test/test_shutil.py @@ -25,7 +25,6 @@ import warnings from test import support from test.support import TESTFN, check_warnings, captured_stdout, requires_zlib -from unittest.mock import patch try: import bz2 |