#9028 - Fix pep8 syntax

This commit is contained in:
kkthxbye-code 2022-04-04 18:13:13 +02:00
parent cd29a1897e
commit e6c6bb7478
2 changed files with 1 additions and 2 deletions

View File

@ -418,7 +418,6 @@ def is_variable(obj):
return isinstance(obj, ScriptVariable) return isinstance(obj, ScriptVariable)
#@job('default')
def run_script(data, request, commit=True, *args, **kwargs): def run_script(data, request, commit=True, *args, **kwargs):
""" """
A wrapper for calling Script.run(). This performs error handling and provides a hook for committing changes. It A wrapper for calling Script.run(). This performs error handling and provides a hook for committing changes. It