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 Oct 18, 2024
1 parent b90fcfc commit b05057f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions django_celery_results/admin.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
"""Result Task Admin interface."""

from celery import current_app as celery_app
from django.conf import settings
from django.contrib import admin
from django.contrib import admin, messages
from django.utils.translation import gettext_lazy as _
from django.contrib import messages
from celery import current_app as celery_app


try:
ALLOW_EDITS = settings.DJANGO_CELERY_RESULTS['ALLOW_EDITS']
Expand Down

0 comments on commit b05057f

Please sign in to comment.