Skip to content

Commit

Permalink
[client] Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Jan 24, 2020
1 parent 195e867 commit 695601b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/get_entity_by_name_or_alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
opencti_api_client = OpenCTIApiClient(api_url, api_token)

# Get the ANSSI entity
anssi = opencti_api_client.stix_domain_entity.get_by_stix_id_or_name(name='ANSSI')
anssi = opencti_api_client.stix_domain_entity.get_by_stix_id_or_name(name="ANSSI")

# Print
print(anssi)
print(anssi)

0 comments on commit 695601b

Please sign in to comment.