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

Commit c21ffc8

Browse files
author
Samuel Hassine
committed
[client] Fix black formatting
1 parent 4a487d5 commit c21ffc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,9 @@ def extract_embedded_relationships(self, stix_object, types=None):
327327
title = source_name
328328

329329
if "external_id" in external_reference:
330-
title = title + " (" + str(external_reference["external_id"]) + ")"
330+
title = (
331+
title + " (" + str(external_reference["external_id"]) + ")"
332+
)
331333

332334
author = self.resolve_author(title)
333335
report = self.opencti.report.create(

0 commit comments

Comments
 (0)