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

Commit 0d0289a

Browse files
committed
[client] fix formatting
1 parent 3a019e9 commit 0d0289a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2841,7 +2841,7 @@ def import_item(
28412841
"opencti_operation", item
28422842
)
28432843
if opencti_operation is None and "opencti_operation" in item:
2844-
opencti_operation=item["opencti_operation"]
2844+
opencti_operation = item["opencti_operation"]
28452845
if opencti_operation is not None and opencti_operation == "upsert_patch":
28462846
self.apply_opencti_operation(item, opencti_operation)
28472847
if opencti_operation is not None and opencti_operation != "upsert_patch":

0 commit comments

Comments
 (0)