diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 10:45:58 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 10:45:58 (GMT) |
commit | 597d15afe45ea3a8613d336e68a0a98b8846e603 (patch) | |
tree | a4d198a41246ec32b90817fa0ee6660f81c7af1c /Lib/test/test_htmlparser.py | |
parent | c7f44aa99aea074398b35d02afba65b49df36813 (diff) | |
download | cpython-597d15afe45ea3a8613d336e68a0a98b8846e603.zip cpython-597d15afe45ea3a8613d336e68a0a98b8846e603.tar.gz cpython-597d15afe45ea3a8613d336e68a0a98b8846e603.tar.bz2 |
Issue #23277: Remove unused support.run_unittest import.
Diffstat (limited to 'Lib/test/test_htmlparser.py')
-rw-r--r-- | Lib/test/test_htmlparser.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_htmlparser.py b/Lib/test/test_htmlparser.py index 11420b2c..a7f53d3 100644 --- a/Lib/test/test_htmlparser.py +++ b/Lib/test/test_htmlparser.py @@ -3,7 +3,6 @@ import html.parser import pprint import unittest -from test import support class EventCollector(html.parser.HTMLParser): |