mirror of
https://github.com/clearml/clearml
synced 2025-04-08 06:34:37 +00:00
Fix Python 3.5 compatibility
This commit is contained in:
parent
5a5b9488e8
commit
0dd9ba8adc
@ -1943,7 +1943,7 @@ class PipelineDecorator(PipelineController):
|
||||
task_type=None, # type: Optional[str]
|
||||
repo=None, # type: Optional[str]
|
||||
repo_branch=None, # type: Optional[str]
|
||||
repo_commit=None, # type: Optional[str]
|
||||
repo_commit=None # type: Optional[str]
|
||||
):
|
||||
# type: (...) -> Callable
|
||||
"""
|
||||
@ -2130,7 +2130,7 @@ class PipelineDecorator(PipelineController):
|
||||
pool_frequency=0.2, # type: float
|
||||
add_pipeline_tags=False, # type: bool
|
||||
target_project=None, # type: Optional[str]
|
||||
pipeline_execution_queue='services', # type: Optional[str]
|
||||
pipeline_execution_queue='services' # type: Optional[str]
|
||||
):
|
||||
# type: (...) -> Callable
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user