We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
machine.py
1 parent d75d27c commit d8e2b76Copy full SHA for d8e2b76
joeflow/tasks/machine.py
@@ -13,7 +13,7 @@
13
14
try:
15
# We need to import the Dramatiq task,to ensure
16
- # it is deteced by django-dramatiq rundramatiq command.
+ # it is detected by django-dramatiq `rundramatiq` command.
17
from joeflow.runner.dramatiq import _dramatiq_task_runner # NoQA
18
except ImportError:
19
pass
0 commit comments