pre commit
This commit is contained in:
parent
e4ee481a00
commit
78e428feaa
|
@ -37,4 +37,4 @@ class GitService:
|
|||
# git show 78ae5eb:category_number_one/script-task/script-task.bpmn
|
||||
file_contents: str = os.popen(shell_command).read()[:-1] # noqa: S605
|
||||
assert file_contents # noqa: S101
|
||||
return file_contents.encode('utf-8')
|
||||
return file_contents.encode("utf-8")
|
||||
|
|
|
@ -29,6 +29,7 @@ from spiffworkflow_backend.services.process_instance_processor import (
|
|||
ProcessInstanceProcessor,
|
||||
)
|
||||
from spiffworkflow_backend.services.process_model_service import ProcessModelService
|
||||
|
||||
# from spiffworkflow_backend.services.git_service import GitService
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue