mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
bpo-40443: Remove unused imports in tests (GH-19805)
This commit is contained in:
parent
69e802ed81
commit
57572b103e
17 changed files with 4 additions and 20 deletions
|
@ -33,7 +33,7 @@ import shutil
|
|||
import tempfile
|
||||
import unittest
|
||||
import warnings
|
||||
from test.support import check_syntax_warning, use_old_parser
|
||||
from test.support import use_old_parser
|
||||
|
||||
|
||||
TEMPLATE = r"""# coding: %s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue