mirror of
https://github.com/clearml/clearml
synced 2025-02-02 01:54:23 +00:00
Fix Task.init() return type should always be considered to be a Task object (usage should be transparent)
This commit is contained in:
parent
4ccb357de4
commit
05094dd865
@ -216,7 +216,7 @@ class Task(_Task):
|
||||
auto_connect_streams=True, # type: Union[bool, Mapping[str, bool]]
|
||||
wait_for_task_init=True, # type: bool
|
||||
):
|
||||
# type: (...) -> Union[Task, FutureCaller[Task]]
|
||||
# type: (...) -> Task
|
||||
"""
|
||||
Creates a new Task (experiment) if:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user