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 Aug 6, 2024
1 parent c05b0e4 commit 3065545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exodus_gw/routers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
dependencies=[auth.needs_role("config-consumer")],
)
def config_get(
settings: Settings = deps.settings, env: Environment = deps.env):
settings: Settings = deps.settings, env: Environment = deps.env
):
"""Retrieves current CDN configuration data for use by Exodus components.
**Required roles**: `{env}-config-consumer`
Expand Down

0 comments on commit 3065545

Please sign in to comment.