diff options
author | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com> | 2018-11-10 05:45:28 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-11-10 05:45:28 (GMT) |
commit | 2d1bc537fe8b15664bb3e648785ba3c12e93b232 (patch) | |
tree | 0daac886422ed15c244be95e0a04c650706c67c9 /Lib/shutil.py | |
parent | 9d43fa1bb228e6ebd2f1ebd0274f8f7d7e3635d4 (diff) | |
download | cpython-2d1bc537fe8b15664bb3e648785ba3c12e93b232.zip cpython-2d1bc537fe8b15664bb3e648785ba3c12e93b232.tar.gz cpython-2d1bc537fe8b15664bb3e648785ba3c12e93b232.tar.bz2 |
bpo-35202: Remove unused imports in Lib directory. (GH-10445)
Diffstat (limited to 'Lib/shutil.py')
-rw-r--r-- | Lib/shutil.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/shutil.py b/Lib/shutil.py index 40dd070..b7a7df3 100644 --- a/Lib/shutil.py +++ b/Lib/shutil.py @@ -10,7 +10,6 @@ import stat import fnmatch import collections import errno -import io try: import zlib |