diff options
Diffstat (limited to 'bs4/tests/test_docs.py')
-rw-r--r-- | bs4/tests/test_docs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bs4/tests/test_docs.py b/bs4/tests/test_docs.py index 5b9f677..0194d69 100644 --- a/bs4/tests/test_docs.py +++ b/bs4/tests/test_docs.py @@ -1,5 +1,7 @@ "Test harness for doctests." +# TODO: Pretty sure this isn't used and should be deleted. + # pylint: disable-msg=E0611,W0142 __metaclass__ = type |