Skip to content

Commit 7278903

Browse files
committed
Minor docstring cleanup
1 parent d4bb20c commit 7278903

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/testapp/views.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44

55

66
class StartView(TaskViewMixin, generic.CreateView):
7-
pass
7+
"""Generic view to start/create a new process."""
88

99

1010
class TaskView(TaskViewMixin, generic.UpdateView):
11-
"""Update view."""
12-
13-
pass
11+
"""Generic human task to update a process' state."""

0 commit comments

Comments
 (0)