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 | 905adfca47183d923e35135c4795a3b0439c6104 (patch) | |
| tree | 6bc6749e2569af7b66205edeaf804cc543f8b798 /tests/test_install_data.py | |
| parent | 95f6afb74ad25d2b616ed44499035595fe945fc5 (diff) | |
| download | python-setuptools-git-905adfca47183d923e35135c4795a3b0439c6104.tar.gz | |
Issue #23277: Remove unused imports in tests.
Diffstat (limited to 'tests/test_install_data.py')
| -rw-r--r-- | tests/test_install_data.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_install_data.py b/tests/test_install_data.py index d73624d0..32ab296a 100644 --- a/tests/test_install_data.py +++ b/tests/test_install_data.py @@ -1,7 +1,6 @@ """Tests for distutils.command.install_data.""" import os import unittest -import getpass from distutils.command.install_data import install_data from distutils.tests import support |
