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

Commit 7ae7eed

Browse files
author
Samuel Hassine
committed
[client] Format with black
1 parent 37fe03b commit 7ae7eed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pycti/entities/opencti_report.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,8 @@ def add_stix_object_or_stix_relationship(self, **kwargs):
489489
return True
490490
else:
491491
self.opencti.log(
492-
"error", "[opencti_report] Missing parameters: id and stixObjectOrStixRelationshipId"
492+
"error",
493+
"[opencti_report] Missing parameters: id and stixObjectOrStixRelationshipId",
493494
)
494495
return False
495496

@@ -535,7 +536,8 @@ def remove_stix_object_or_stix_relationship(self, **kwargs):
535536
return True
536537
else:
537538
self.opencti.log(
538-
"error", "[opencti_report] Missing parameters: id and stixObjectOrStixRelationshipId"
539+
"error",
540+
"[opencti_report] Missing parameters: id and stixObjectOrStixRelationshipId",
539541
)
540542
return False
541543

0 commit comments

Comments
 (0)