From 9345140f096dd9f0daf4443d9ecc0b1e8f9b1693 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 24 Feb 2023 15:51:55 +0000 Subject: bitbake: fetch2/wget: Drop unused import This import is no longer used anywhere so can be removed. (Bitbake rev: 956128e394581855bf0d03b32a975dc91c2a7e0c) Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/wget.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake/lib/bb/fetch2/wget.py') diff --git a/bitbake/lib/bb/fetch2/wget.py b/bitbake/lib/bb/fetch2/wget.py index 6d365729e0..859b4f99e2 100644 --- a/bitbake/lib/bb/fetch2/wget.py +++ b/bitbake/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 v1.2.3-54-g00ecf