Skip to content

Commit 7900781

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8c3e355 commit 7900781

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/app/utils.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
from typing import TypedDict
55

66
import shortuuid
7+
78
from app.settings.common import (
9+
AWS_SES_REGION_ENDPOINT,
810
EMAIL_BACKEND,
911
EMAIL_HOST_USER,
1012
SENDGRID_API_KEY,
11-
AWS_SES_REGION_ENDPOINT,
1213
)
1314

1415
UNKNOWN = "unknown"
@@ -47,6 +48,7 @@ def has_email_provider() -> bool:
4748
case _:
4849
return False
4950

51+
5052
@lru_cache
5153
def get_version_info() -> VersionInfo:
5254
"""Reads the version info baked into src folder of the docker container"""

0 commit comments

Comments
 (0)