fix_python_docstrings

This commit is contained in:
mike cullerton 2022-06-10 08:13:21 -04:00
parent a0eaee3646
commit c35c7d0d1f
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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()