From 956128e394581855bf0d03b32a975dc91c2a7e0c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 24 Feb 2023 15:51:55 +0000 Subject: fetch2/wget: Drop unused import This import is no longer used anywhere so can be removed. Signed-off-by: Richard Purdie --- lib/bb/fetch2/wget.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/bb/fetch2/wget.py b/lib/bb/fetch2/wget.py index 6d365729e..859b4f99e 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 -- cgit 1.2.3-korg