Skip to content

Commit e719e97

Browse files
committed
Sort imports
1 parent f3fdd39 commit e719e97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_pause_resume.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
import fakeredis
77
import freezegun
8+
9+
from django.core.management import call_command, CommandError
10+
811
from django_lightweight_queue.types import QueueName
912
from django_lightweight_queue.utils import get_backend
1013
from django_lightweight_queue.backends.base import BackendWithPauseResume
@@ -14,8 +17,6 @@
1417
parse_duration_to_time,
1518
)
1619

17-
from django.core.management import call_command, CommandError
18-
1920

2021
class PauseResumeTests(unittest.TestCase):
2122
longMessage = True

0 commit comments

Comments
 (0)