From 5fcaa639112264a9f4bbda7797a5944fa40a24f2 Mon Sep 17 00:00:00 2001 From: DonHaul Date: Wed, 25 Sep 2024 13:39:21 +0200 Subject: [PATCH] precommit: reformat files --- backoffice/backoffice/users/tasks.py | 3 +-- workflows/tests/test_author_create_tasks.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/backoffice/backoffice/users/tasks.py b/backoffice/backoffice/users/tasks.py index c99341c5..29486c79 100644 --- a/backoffice/backoffice/users/tasks.py +++ b/backoffice/backoffice/users/tasks.py @@ -1,6 +1,5 @@ -from django.contrib.auth import get_user_model - from config import celery_app +from django.contrib.auth import get_user_model User = get_user_model() diff --git a/workflows/tests/test_author_create_tasks.py b/workflows/tests/test_author_create_tasks.py index 1a38911b..1958145a 100644 --- a/workflows/tests/test_author_create_tasks.py +++ b/workflows/tests/test_author_create_tasks.py @@ -1,5 +1,4 @@ import pytest - from dags.author.author_create.shared_tasks import ( close_author_create_user_ticket, )