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

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

View file

@ -8,7 +8,7 @@ import textwrap
from unittest import mock
from distutils.dist import Distribution, fix_help_options, DistributionMetadata
from distutils.dist import Distribution, fix_help_options
from distutils.cmd import Command
from test.support import (