bpo-40443: Remove unused imports in tests (GH-19805)

This commit is contained in:
Victor Stinner 2020-04-30 01:48:37 +02:00 committed by GitHub
parent 69e802ed81
commit 57572b103e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 4 additions and 20 deletions

View file

@ -3,7 +3,7 @@ import subprocess
import sys
import unittest
from test import support
from test.test_tools import import_tool, scriptsdir, skip_if_missing
from test.test_tools import scriptsdir, skip_if_missing
# need Tools/script/ directory: skip if run on Python installed on the system