mirror of
https://github.com/clearml/clearml
synced 2025-02-01 09:36:49 +00:00
Fix PY3.5 compatibility
This commit is contained in:
parent
73cfbcb947
commit
201c757b0c
@ -2840,7 +2840,7 @@ class PipelineDecorator(PipelineController):
|
||||
target_project=None, # type: Optional[str]
|
||||
abort_on_failure=False, # type: bool
|
||||
pipeline_execution_queue='services', # type: Optional[str]
|
||||
multi_instance_support=False,
|
||||
multi_instance_support=False
|
||||
):
|
||||
# type: (...) -> Callable
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user