diff options
author | Barry Warsaw <barry@python.org> | 2013-04-16 15:18:53 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2013-04-16 15:18:53 (GMT) |
commit | 20c08c80418300d804ce30d2065f109c63b15c41 (patch) | |
tree | a04d9793f81f09c05106e321f237f722d101224d /Lib | |
parent | 618738b921d9b3fa1f54304dd18236b3d465fbf8 (diff) | |
download | cpython-20c08c80418300d804ce30d2065f109c63b15c41.zip cpython-20c08c80418300d804ce30d2065f109c63b15c41.tar.gz cpython-20c08c80418300d804ce30d2065f109c63b15c41.tar.bz2 |
Remove unused import.
Diffstat (limited to 'Lib')
-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 a3e3a52..308f4f2 100644 --- a/Lib/test/test_shutil.py +++ b/Lib/test/test_shutil.py @@ -24,7 +24,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 |