diff options
Diffstat (limited to 'src/beautifulsoup/tests/helpers.py')
-rw-r--r-- | src/beautifulsoup/tests/helpers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/beautifulsoup/tests/helpers.py b/src/beautifulsoup/tests/helpers.py index b9de4f2..219d95c 100644 --- a/src/beautifulsoup/tests/helpers.py +++ b/src/beautifulsoup/tests/helpers.py @@ -3,7 +3,6 @@ import unittest from beautifulsoup import BeautifulSoup from beautifulsoup.element import SoupStrainer -from test_soup import SoupTest class SoupTest(unittest.TestCase): |