Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 9d5e390

Browse files
committed
[client] fix
1 parent 86a5d61 commit 9d5e390

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@
2929
from pycti.utils.opencti_stix2_update import OpenCTIStix2Update
3030
from pycti.utils.opencti_stix2_utils import (
3131
OBSERVABLES_VALUE_INT,
32+
STIX_CORE_OBJECTS,
3233
STIX_CYBER_OBSERVABLE_MAPPING,
33-
STIX_OBJECTS,
3434
STIX_META_OBJECTS,
35-
STIX_CORE_OBJECTS,
3635
)
3736

3837
datefinder.ValueError = ValueError, OverflowError

0 commit comments

Comments
 (0)