All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/next] support/scripts/cpedb.py: remove import pickle
@ 2021-02-16 20:16 Arnout Vandecappelle
  0 siblings, 0 replies; only message in thread
From: Arnout Vandecappelle @ 2021-02-16 20:16 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=c92d1c58cb2871f5475eee57a331fe86d0ba2954
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

pickle is no longer used since 09a71e6a75636

Fixes:
support/scripts/cpedb.py:7:1: F401 'pickle' imported but unused

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit 74cfd3aeb7350a7be39f2d43b35273beba57f9c7)
---
 support/scripts/cpedb.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/support/scripts/cpedb.py b/support/scripts/cpedb.py
index b1e7e7012c..f4daf56124 100644
--- a/support/scripts/cpedb.py
+++ b/support/scripts/cpedb.py
@@ -4,7 +4,6 @@ import xml.etree.ElementTree as ET
 from xml.etree.ElementTree import Element, SubElement
 import gzip
 import os
-import pickle
 import requests
 import time
 from xml.dom import minidom

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-16 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-16 20:16 [Buildroot] [git commit branch/next] support/scripts/cpedb.py: remove import pickle Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.