From 535d047aef8edcf2aed517cd883f4ba95b298bd8 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Mon, 11 Oct 2021 02:13:56 -0400 Subject: Moved the test classes to tests/__init__.py. --- bs4/tests/test_html5lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bs4/tests/test_html5lib.py') diff --git a/bs4/tests/test_html5lib.py b/bs4/tests/test_html5lib.py index ae87e4c..b32ab30 100644 --- a/bs4/tests/test_html5lib.py +++ b/bs4/tests/test_html5lib.py @@ -8,7 +8,7 @@ try: except ImportError as e: HTML5LIB_PRESENT = False from bs4.element import SoupStrainer -from .testing import ( +from . import ( HTML5TreeBuilderSmokeTest, SoupTest, skipIf, -- cgit v1.2.3