Skip to content

Commit 0ba49d5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/app/settings/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
from django.core.exceptions import ImproperlyConfigured
2525
from django.core.management.utils import get_random_secret_key
2626
from environs import Env
27+
from task_processor.task_run_method import TaskRunMethod
2728

2829
from app.routers import ReplicaReadStrategy
2930
from app.utils import get_numbered_env_vars_with_prefix
3031
from environments.enums import EnvironmentDocumentCacheMode
31-
from task_processor.task_run_method import TaskRunMethod
3232

3333
django_stubs_ext.monkeypatch()
3434

0 commit comments

Comments
 (0)