summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bs4/testing.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bs4/testing.py')
-rw-r--r--bitbake/lib/bs4/testing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bs4/testing.py b/bitbake/lib/bs4/testing.py
index 3a2f260e24..953bca8e91 100644
--- a/bitbake/lib/bs4/testing.py
+++ b/bitbake/lib/bs4/testing.py
@@ -4,7 +4,6 @@ __license__ = "MIT"
4 4
5import pickle 5import pickle
6import copy 6import copy
7import functools
8import unittest 7import unittest
9from unittest import TestCase 8from unittest import TestCase
10from bs4 import BeautifulSoup 9from bs4 import BeautifulSoup