diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 21:41:02 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 21:41:02 +0300 |
| commit | e437a10d15ddfd21d406e591acccf12ff443194e (patch) | |
| tree | f6227687646fda64f9eaf485ae2d9c3f55709232 /Lib/lib2to3/tests/test_parser.py | |
| parent | 597d15afe45ea3a8613d336e68a0a98b8846e603 (diff) | |
| download | cpython-git-e437a10d15ddfd21d406e591acccf12ff443194e.tar.gz | |
Issue #23277: Remove unused imports in tests.
Diffstat (limited to 'Lib/lib2to3/tests/test_parser.py')
| -rw-r--r-- | Lib/lib2to3/tests/test_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/tests/test_parser.py b/Lib/lib2to3/tests/test_parser.py index 46c8c54319..36eb176e5f 100644 --- a/Lib/lib2to3/tests/test_parser.py +++ b/Lib/lib2to3/tests/test_parser.py @@ -10,7 +10,7 @@ from __future__ import with_statement # Testing imports from . import support -from .support import driver, test_dir +from .support import driver from test.support import verbose # Python imports |
