Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Aug 23, 2023
1 parent 0fd44f7 commit 72f1245
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_mass_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
from unittest import skipIf
from unittest.mock import patch

from django.conf import settings

from adminactions import config
from demo.models import (
DemoModel,
DemoModelAdmin,
DemoModelMassUpdateForm,
TestMassUpdateForm,
)
from django.conf import settings
from django.contrib.auth.models import User
from django.db.models import fields
from django.test import TestCase
Expand All @@ -22,6 +20,7 @@
from utils import CheckSignalsMixin, SelectRowsMixin, user_grant_permission
from webtest import Upload

from adminactions import config
from adminactions.compat import celery_present
from adminactions.mass_update import OPERATIONS

Expand Down

0 comments on commit 72f1245

Please sign in to comment.