mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-24 05:18:22 +00:00
fix_python_docstrings
This commit is contained in:
parent
a0eaee3646
commit
c35c7d0d1f
@ -48,6 +48,7 @@ def process_group_add(body):
|
||||
|
||||
|
||||
def process_group_delete(process_group_id):
|
||||
"""Process_group_delete."""
|
||||
ProcessModelService().process_group_delete(process_group_id)
|
||||
|
||||
|
||||
|
@ -49,7 +49,6 @@ class Script:
|
||||
We may be able to remove the task for each of these calls if we are not using it other than potentially
|
||||
updating the task data.
|
||||
"""
|
||||
|
||||
def make_closure(subclass, task, workflow_id):
|
||||
"""Yes - this is black magic.
|
||||
|
||||
@ -85,7 +84,6 @@ class Script:
|
||||
We may be able to remove the task for each of these calls if we are not using it other than potentially
|
||||
updating the task data.
|
||||
"""
|
||||
|
||||
def make_closure_validate(subclass, task, workflow_id):
|
||||
"""Make_closure_validate."""
|
||||
instance = subclass()
|
||||
|
Loading…
x
Reference in New Issue
Block a user