Remove import from context where it is never used.
Signed-off-by: Niko Mauno <[email protected]>
---
meta/classes/cve-check.bbclass | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass
index 4bd9af4abf..9f0a08becd 100644
--- a/meta/classes/cve-check.bbclass
+++ b/meta/classes/cve-check.bbclass
@@ -151,7 +151,6 @@ def generate_json_report(d, out_path, link_path):
python cve_save_summary_handler () {
import shutil
import datetime
- from oe.cve_check import update_symlinks
cve_summary_name = d.getVar("CVE_CHECK_SUMMARY_FILE_NAME")
cvelogpath = d.getVar("CVE_CHECK_SUMMARY_DIR")
--
2.39.5
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#209806):
https://lists.openembedded.org/g/openembedded-core/message/209806
Mute This Topic: https://lists.openembedded.org/mt/110609364/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-