Skip to content

Commit 249e752

Browse files
committed
Fix missing import
1 parent 4a46549 commit 249e752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_dbq/management/commands/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from django.db import transaction
2-
from django.core.management.base import NoArgsCommand
2+
from django.core.management.base import CommandError, NoArgsCommand
33
from django.utils.module_loading import import_by_path
44
from django_dbq.models import Job
55
from simplesignals.process import WorkerProcessBase

0 commit comments

Comments
 (0)