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 Jan 20, 2025
1 parent ef1fe5e commit 8c76462
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
from typing import TypedDict

import shortuuid

from app.settings.common import (
AWS_SES_REGION_ENDPOINT,
EMAIL_BACKEND,
EMAIL_HOST_USER,
SENDGRID_API_KEY,
AWS_SES_REGION_ENDPOINT,
)

UNKNOWN = "unknown"
Expand Down Expand Up @@ -47,6 +48,7 @@ def has_email_provider() -> bool:
case _:
return False

Check warning on line 49 in api/app/utils.py

View check run for this annotation

Codecov / codecov/patch

api/app/utils.py#L48-L49

Added lines #L48 - L49 were not covered by tests


@lru_cache
def get_version_info() -> VersionInfo:
"""Reads the version info baked into src folder of the docker container"""
Expand Down

0 comments on commit 8c76462

Please sign in to comment.