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

Commit 7385101

Browse files
author
Samuel Hassine
committed
[client] Fix black formatting
1 parent 1cdf164 commit 7385101

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,8 @@ def prepare_export(
11681168
):
11691169
objects_to_get.append(
11701170
stix_sighting_relationship["to"]
1171-
if stix_sighting_relationship["to"]["id"] != entity["x_opencti_id"]
1171+
if stix_sighting_relationship["to"]["id"]
1172+
!= entity["x_opencti_id"]
11721173
else stix_sighting_relationship["from"]
11731174
)
11741175
relation_object_data = self.prepare_export(

0 commit comments

Comments
 (0)