mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
PEP8
This commit is contained in:
parent
64042f6c4f
commit
e8af6d7e02
@ -2,7 +2,7 @@ import json
|
||||
import os
|
||||
from functools import reduce
|
||||
from logging import getLogger
|
||||
from typing import Optional, Sequence
|
||||
from typing import Optional, Sequence, Union, Tuple
|
||||
|
||||
from six.moves.urllib.parse import urlparse
|
||||
|
||||
@ -295,7 +295,7 @@ class CreateAndPopulate(object):
|
||||
return task
|
||||
|
||||
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
|
||||
If called before Task created, used for argument verification
|
||||
|
Loading…
Reference in New Issue
Block a user