Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OBarronCS committed Oct 13, 2024
1 parent 36ec2b8 commit 4790046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycti/api/opencti_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def __init__(
proxies: dict[str,str] | None = None,
json_logging=False,
bundle_send_to_queue=True,
cert: str | tuple[str, str] |None = None,
cert: str | tuple[str, str] | None = None,
auth=None,
perform_health_check=True,
):
Expand Down

0 comments on commit 4790046

Please sign in to comment.