diff options
Diffstat (limited to 'Lib/test/test_html.py')
-rw-r--r-- | Lib/test/test_html.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_html.py b/Lib/test/test_html.py index d6f0ae8..839e0a4 100644 --- a/Lib/test/test_html.py +++ b/Lib/test/test_html.py @@ -4,7 +4,6 @@ Tests for the html module functions. import html import unittest -from test.support import run_unittest class HtmlTests(unittest.TestCase): |