Ok! you won Flake8
This commit is contained in:
parent
1b071b1f4a
commit
3778bcda24
@ -173,7 +173,7 @@ class Arguments(object):
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def hyperopt_options(parser: argparse.ArgumentParser) -> None:
|
def hyperopt_options(parser: argparse.ArgumentParser) -> None:
|
||||||
"""
|
"""
|
||||||
Parses given arguments for Hyperopt scripts.
|
Parses given arguments foér Hyperopt scripts.
|
||||||
"""
|
"""
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-e', '--epochs',
|
'-e', '--epochs',
|
||||||
@ -222,7 +222,7 @@ class Arguments(object):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def parse_timerange(text: Optional[str]) -> \
|
def parse_timerange(text: Optional[str]) -> \
|
||||||
Optional[Tuple[Tuple, Optional[int], Optional[int]]]:
|
Optional[Tuple[Tuple, Optional[int], Optional[int]]]:
|
||||||
"""
|
"""
|
||||||
Parse the value of the argument --timerange to determine what is the range desired
|
Parse the value of the argument --timerange to determine what is the range desired
|
||||||
:param text: value from --timerange
|
:param text: value from --timerange
|
||||||
|
Loading…
Reference in New Issue
Block a user