Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
precommit: reformat files
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Sep 25, 2024
1 parent 0f600fc commit 0e0a695
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions backoffice/backoffice/users/tasks.py
Original file line number Diff line number Diff line change
@@ -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()

Expand Down
1 change: 0 additions & 1 deletion workflows/tests/test_author_create_tasks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest

from dags.author.author_create.shared_tasks import (
close_author_create_user_ticket,
)
Expand Down

0 comments on commit 0e0a695

Please sign in to comment.