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

Commit f6af4e6

Browse files
author
Samuel Hassine
committed
[client] Fix formatting with black
1 parent ce0dea3 commit f6af4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/entities/opencti_stix_entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,4 +998,4 @@ def notes(self, **kwargs):
998998
return processed_result["notes"]
999999
else:
10001000
self.opencti.log("error", "Missing parameters: id")
1001-
return None
1001+
return None

0 commit comments

Comments
 (0)