Skip to content

Commit

Permalink
[connector] fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
helene-nguyen committed Aug 19, 2024
1 parent 884d495 commit ee70cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external-import/sekoia/src/sekoia.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ def _run(self, cursor, work_id):
items = self._clean_ic_fields(items)
self._add_files_to_items(items)
[all_related_objects, all_relationships] = (
self._retrieve_related_objects_and_relationships(items)
)
self._retrieve_related_objects_and_relationships(items)
)
items += all_related_objects + all_relationships
bundle = self.helper.stix2_create_bundle(items)
try:
Expand Down

0 comments on commit ee70cd6

Please sign in to comment.