mirror of https://github.com/MISP/misp-modules
fix: remove unused import
parent
cc7cf962bc
commit
1bbe16eabc
|
@ -12,7 +12,6 @@ from pymisp import MISPObject, MISPEvent
|
|||
from sigmf import SigMFFile
|
||||
from sigmf.archive import SIGMF_DATASET_EXT, SIGMF_METADATA_EXT
|
||||
import tarfile
|
||||
import codecs
|
||||
|
||||
log = logging.getLogger("sigmf-expand")
|
||||
log.setLevel(logging.DEBUG)
|
||||
|
|
Loading…
Reference in New Issue