mirror of
https://github.com/clearml/clearml
synced 2025-05-07 22:34:30 +00:00
PEP8
This commit is contained in:
parent
64042f6c4f
commit
e8af6d7e02
@ -2,7 +2,7 @@ import json
|
|||||||
import os
|
import os
|
||||||
from functools import reduce
|
from functools import reduce
|
||||||
from logging import getLogger
|
from logging import getLogger
|
||||||
from typing import Optional, Sequence
|
from typing import Optional, Sequence, Union, Tuple
|
||||||
|
|
||||||
from six.moves.urllib.parse import urlparse
|
from six.moves.urllib.parse import urlparse
|
||||||
|
|
||||||
@ -295,7 +295,7 @@ class CreateAndPopulate(object):
|
|||||||
return task
|
return task
|
||||||
|
|
||||||
def update_task_args(self, args=None):
|
def update_task_args(self, args=None):
|
||||||
# type: (Optional[Sequence[str]]) -> ()
|
# type: (Optional[Union[Sequence[str], Sequence[Tuple[str, str]]]]) -> ()
|
||||||
"""
|
"""
|
||||||
Update the newly created Task argparse Arguments
|
Update the newly created Task argparse Arguments
|
||||||
If called before Task created, used for argument verification
|
If called before Task created, used for argument verification
|
||||||
|
Loading…
Reference in New Issue
Block a user