mirror of
https://github.com/clearml/clearml
synced 2025-01-31 17:17:00 +00:00
Fix docstring spacing (#896)
This commit is contained in:
parent
b3e330ea9b
commit
0b9428bf21
@ -1867,7 +1867,7 @@ class Task(IdObjectBase, AccessMixin, SetupUploadMixin):
|
||||
Return The task status without refreshing the entire Task object (only the status property)
|
||||
|
||||
TaskStatusEnum: ["created", "in_progress", "stopped", "closed", "failed", "completed",
|
||||
"queued", "published", "publishing", "unknown"]
|
||||
"queued", "published", "publishing", "unknown"]
|
||||
|
||||
:return: str: Task status as string (TaskStatusEnum)
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user