diff mbox series

[1/2] fetch2/wget: Drop unused import

Message ID 20230224160121.321885-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 956128e394581855bf0d03b32a975dc91c2a7e0c
Headers show
Series [1/2] fetch2/wget: Drop unused import | expand

Commit Message

Richard Purdie Feb. 24, 2023, 4:01 p.m. UTC
This import is no longer used anywhere so can be removed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 lib/bb/fetch2/wget.py | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/lib/bb/fetch2/wget.py b/lib/bb/fetch2/wget.py
index 6d365729e0..859b4f99e2 100644
--- a/lib/bb/fetch2/wget.py
+++ b/lib/bb/fetch2/wget.py
@@ -26,7 +26,6 @@  from   bb.fetch2 import FetchMethod
 from   bb.fetch2 import FetchError
 from   bb.fetch2 import logger
 from   bb.fetch2 import runfetchcmd
-from   bb.utils import export_proxies
 from   bs4 import BeautifulSoup
 from   bs4 import SoupStrainer