Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 11, 2024
1 parent 1775cf0 commit 7ba1078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sde_collections/sinequa_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@


class Api:
def __init__(self, server_name: str=None) -> None:
def __init__(self, server_name: str = None) -> None:
self.server_name = server_name
config = server_configs[server_name]
self.app_name: str = config["app_name"]
Expand Down

0 comments on commit 7ba1078

Please sign in to comment.