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

Commit 8fd6dcd

Browse files
committed
[client] Format with black.
1 parent d102a22 commit 8fd6dcd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pycti/entities/opencti_intrusion_set.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,7 @@ def list(self, **kwargs):
292292
final_data = final_data + data
293293
while result["data"]["intrusionSets"]["pageInfo"]["hasNextPage"]:
294294
after = result["data"]["intrusionSets"]["pageInfo"]["endCursor"]
295-
self.opencti.app_logger.info(
296-
"Listing Intrusion-Sets", {"after": after}
297-
)
295+
self.opencti.app_logger.info("Listing Intrusion-Sets", {"after": after})
298296
result = self.opencti.query(
299297
query,
300298
{

0 commit comments

Comments
 (0)