mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-16 21:24:19 +00:00
typing
This commit is contained in:
parent
937ff0dfe8
commit
6c64044181
@ -59,7 +59,7 @@ class GitService:
|
||||
return output
|
||||
|
||||
@staticmethod
|
||||
def publish(process_model_id, branch_to_update):
|
||||
def publish(process_model_id: str, branch_to_update: str) -> None:
|
||||
source_process_model_root = FileSystemService.root_path()
|
||||
source_process_model_path = os.path.join(source_process_model_root, process_model_id)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user