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 22, 2025
1 parent 9afc7f9 commit 0909ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from typing import TypedDict

import shortuuid

from django.conf import settings

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


@lru_cache
def get_version_info() -> VersionInfo:
"""Reads the version info baked into src folder of the docker container"""
Expand Down
2 changes: 1 addition & 1 deletion api/tests/unit/app/test_unit_app_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from unittest import mock

import pytest
from pytest_mock import MockerFixture
from pytest_django.fixtures import SettingsWrapper
from pytest_mock import MockerFixture

from app.utils import get_version_info

Expand Down

0 comments on commit 0909ad5

Please sign in to comment.