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

Commit 695601b

Browse files
author
Samuel Hassine
committed
[client] Fix black formatting
1 parent 195e867 commit 695601b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/get_entity_by_name_or_alias.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
opencti_api_client = OpenCTIApiClient(api_url, api_token)
1111

1212
# Get the ANSSI entity
13-
anssi = opencti_api_client.stix_domain_entity.get_by_stix_id_or_name(name='ANSSI')
13+
anssi = opencti_api_client.stix_domain_entity.get_by_stix_id_or_name(name="ANSSI")
1414

1515
# Print
16-
print(anssi)
16+
print(anssi)

0 commit comments

Comments
 (0)