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

Commit 26c8eee

Browse files
committed
[client] Remove case import from STIX import function
1 parent dc728c4 commit 26c8eee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,6 @@ def import_object(
773773
"opinion": self.opencti.opinion.import_from_stix2,
774774
"report": self.opencti.report.import_from_stix2,
775775
"grouping": self.opencti.grouping.import_from_stix2,
776-
"case": self.opencti.case.import_from_stix2,
777776
"case-rfi": self.opencti.case_rfi.import_from_stix2,
778777
"case-rft": self.opencti.case_rft.import_from_stix2,
779778
"case-incident": self.opencti.case_incident.import_from_stix2,

0 commit comments

Comments
 (0)