diff options
-rw-r--r-- | bs4/builder/_html5lib.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bs4/builder/_html5lib.py b/bs4/builder/_html5lib.py index e9d7f58..11fcc0d 100644 --- a/bs4/builder/_html5lib.py +++ b/bs4/builder/_html5lib.py @@ -9,7 +9,10 @@ from bs4.builder import ( HTMLTreeBuilder, ) import html5lib -from html5lib.constants import DataLossWarning +from html5lib.constants import ( + DataLossWarning, + namespaces, + ) import warnings from bs4.element import ( Comment, |