We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fdd39 commit e719e97Copy full SHA for e719e97
tests/test_pause_resume.py
@@ -5,6 +5,9 @@
5
6
import fakeredis
7
import freezegun
8
+
9
+from django.core.management import call_command, CommandError
10
11
from django_lightweight_queue.types import QueueName
12
from django_lightweight_queue.utils import get_backend
13
from django_lightweight_queue.backends.base import BackendWithPauseResume
@@ -14,8 +17,6 @@
14
17
parse_duration_to_time,
15
18
)
16
19
-from django.core.management import call_command, CommandError
-
20
21
class PauseResumeTests(unittest.TestCase):
22
longMessage = True
0 commit comments