summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bs4/element.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bs4/element.py')
-rw-r--r--bitbake/lib/bs4/element.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bs4/element.py b/bitbake/lib/bs4/element.py
index 3775a60458..68be42d138 100644
--- a/bitbake/lib/bs4/element.py
+++ b/bitbake/lib/bs4/element.py
@@ -1,6 +1,5 @@
1__license__ = "MIT" 1__license__ = "MIT"
2 2
3from pdb import set_trace
4import collections.abc 3import collections.abc
5import re 4import re
6import sys 5import sys