summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_fileinput.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-24 10:45:58 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-24 10:45:58 (GMT)
commit597d15afe45ea3a8613d336e68a0a98b8846e603 (patch)
treea4d198a41246ec32b90817fa0ee6660f81c7af1c /Lib/test/test_fileinput.py
parentc7f44aa99aea074398b35d02afba65b49df36813 (diff)
downloadcpython-597d15afe45ea3a8613d336e68a0a98b8846e603.zip
cpython-597d15afe45ea3a8613d336e68a0a98b8846e603.tar.gz
cpython-597d15afe45ea3a8613d336e68a0a98b8846e603.tar.bz2
Issue #23277: Remove unused support.run_unittest import.
Diffstat (limited to 'Lib/test/test_fileinput.py')
-rw-r--r--Lib/test/test_fileinput.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_fileinput.py b/Lib/test/test_fileinput.py
index bdf4252..4f67c25 100644
--- a/Lib/test/test_fileinput.py
+++ b/Lib/test/test_fileinput.py
@@ -22,7 +22,7 @@ except ImportError:
from io import BytesIO, StringIO
from fileinput import FileInput, hook_encoded
-from test.support import verbose, TESTFN, run_unittest, check_warnings
+from test.support import verbose, TESTFN, check_warnings
from test.support import unlink as safe_unlink
from test import support
from unittest import mock