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

Commit

Permalink
Merge pull request #120 from DonHaul/reformat-files
Browse files Browse the repository at this point in the history
precommit: reformat files
  • Loading branch information
DonHaul authored Sep 25, 2024
2 parents 4443c4f + 5fcaa63 commit 56985b4
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 56985b4

Please sign in to comment.