diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-07-31 14:51:14 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-07-31 14:51:14 -0400 |
| commit | 224defdd470ae9a987f4eca7da2a84da47f08c4d (patch) | |
| tree | dad02f6525fc1fe35eb5e3ac207ba921c9fd60ce /setuptools/_distutils/command/check.py | |
| parent | 5cef9ab648c49c891f434bc0914b5738d81db270 (diff) | |
| parent | 129480b92212c4821329caaa626ad3379478e001 (diff) | |
| download | python-setuptools-git-224defdd470ae9a987f4eca7da2a84da47f08c4d.tar.gz | |
Merge https://github.com/pypa/distutils into distutils-129480b
Diffstat (limited to 'setuptools/_distutils/command/check.py')
| -rw-r--r-- | setuptools/_distutils/command/check.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/_distutils/command/check.py b/setuptools/_distutils/command/check.py index 176a8b87..9c3523a8 100644 --- a/setuptools/_distutils/command/check.py +++ b/setuptools/_distutils/command/check.py @@ -2,8 +2,6 @@ Implements the Distutils 'check' command. """ -from email.utils import getaddresses - from distutils.core import Command from distutils.errors import DistutilsSetupError |
