Skip to content

Commit 8a8b7b1

Browse files
committed
style(opencti): apply ruff format to return block
1 parent 1ba7e11 commit 8a8b7b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api_app/connectors_manager/connectors/opencti.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ def run(self):
192192
)
193193

194194
return {
195-
"observable": pycti.StixCyberObservable(
196-
self.opencti_instance, File
197-
).read(id=observable["id"]),
195+
"observable": pycti.StixCyberObservable(self.opencti_instance, File).read(
196+
id=observable["id"]
197+
),
198198
"report": pycti.Report(self.opencti_instance).read(id=report["id"]),
199199
}
200200
except Exception as e:

0 commit comments

Comments
 (0)