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

Commit 7a92ef2

Browse files
committed
[client] linter fix
1 parent e6f9a8d commit 7a92ef2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,6 @@ def apply_patch_files(self, item):
24192419
(op for op in field_patch if op["key"] == "x_opencti_files"), None
24202420
)
24212421
item_id = self.opencti.get_attribute_in_extension("id", item)
2422-
worker_logger = self.opencti.logger_class("worker")
24232422
if item_id is None:
24242423
item_id = item["id"]
24252424
do_add_file = self.opencti.stix_domain_object.add_file

0 commit comments

Comments
 (0)