diff options
Diffstat (limited to 'bs4/dammit.py')
-rw-r--r-- | bs4/dammit.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bs4/dammit.py b/bs4/dammit.py index c6c71ff..9b6e356 100644 --- a/bs4/dammit.py +++ b/bs4/dammit.py @@ -10,7 +10,6 @@ XML or HTML to reflect a new encoding; that's the tree builder's job. # found in the LICENSE file. __license__ = "MIT" -from pdb import set_trace import codecs from htmlentitydefs import codepoint2name import re |