diff options
Diffstat (limited to 'tests/test_html5lib.py')
-rw-r--r-- | tests/test_html5lib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_html5lib.py b/tests/test_html5lib.py index 417e87b..266eb13 100644 --- a/tests/test_html5lib.py +++ b/tests/test_html5lib.py @@ -4,7 +4,6 @@ from beautifulsoup.testing import ( BuilderSmokeTest, ) - class TestHTML5Builder(BuilderSmokeTest): """See `BuilderSmokeTest`.""" |