Skip to content

Commit f5b6f9e

Browse files
committed
Fix import order
1 parent d047d86 commit f5b6f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

joeflow/tasks/human.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from django.views import generic
44

5-
from joeflow.views import TaskViewMixin, StartWorkflowMixin
5+
from joeflow.views import StartWorkflowMixin, TaskViewMixin
66

77
__all__ = (
88
"StartView",

0 commit comments

Comments
 (0)