diff options
| author | Victor Stinner <vstinner@redhat.com> | 2019-07-01 20:02:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-01 20:02:39 +0200 |
| commit | e34b5f4d6483187969d5149c801d056b72ef2ddb (patch) | |
| tree | f2a975aa16be21fc1a213856f5243194a17a2103 /Lib/test/test_argparse.py | |
| parent | 8cbffc4d96d1da0fbc38da6f34f2da30c5ffd601 (diff) | |
| download | cpython-git-e34b5f4d6483187969d5149c801d056b72ef2ddb.tar.gz | |
Remove unused imports in tests (GH-14518) (GH-14522)
(cherry picked from commit 8f4ef3b019ce380022018587571b0f970e668de3)
Diffstat (limited to 'Lib/test/test_argparse.py')
| -rw-r--r-- | Lib/test/test_argparse.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py index 51f0effaf2..0c342e2e4e 100644 --- a/Lib/test/test_argparse.py +++ b/Lib/test/test_argparse.py @@ -1,6 +1,5 @@ # Author: Steven J. Bethard <steven.bethard@gmail.com>. -import codecs import inspect import os import shutil |
