From 02fb9dd047188e92d7e0cedebf3ed182dbb1b67f Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Thu, 10 Oct 2024 14:35:15 +0200 Subject: [PATCH] fix: [stix2 import] Added missing import --- misp_stix_converter/stix2misp/converters/stix2_note_converter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/misp_stix_converter/stix2misp/converters/stix2_note_converter.py b/misp_stix_converter/stix2misp/converters/stix2_note_converter.py index a99d778..a9beb12 100644 --- a/misp_stix_converter/stix2misp/converters/stix2_note_converter.py +++ b/misp_stix_converter/stix2misp/converters/stix2_note_converter.py @@ -4,6 +4,7 @@ from ... import Mapping from .stix2converter import InternalSTIX2Converter from .stix2mapping import InternalSTIX2Mapping, STIX2Mapping +from stix2.v21 import Note from typing import TYPE_CHECKING if TYPE_CHECKING: