Skip to content

Commit a4ace32

Browse files
committed
fix: [taxii21] Typo
1 parent 1f18954 commit a4ace32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misp_modules/modules/import_mod/taxii21.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import taxii2client
1313
import taxii2client.exceptions
1414
from misp_stix_converter import ExternalSTIX2toMISPParser, InternalSTIX2toMISPParser
15-
from misp_stix_converter.tools import _is_stix2_from_misp
15+
from misp_stix_converter.tools import is_stix2_from_misp
1616
from stix2.v20 import Bundle as Bundle_v20
1717
from stix2.v21 import Bundle as Bundle_v21
1818

0 commit comments

Comments
 (0)