Ok! you won Flake8

This commit is contained in:
Gerald Lonlas 2018-06-04 20:50:44 -07:00
parent 1b071b1f4a
commit 3778bcda24
1 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ class Arguments(object):
@staticmethod
def hyperopt_options(parser: argparse.ArgumentParser) -> None:
"""
Parses given arguments for Hyperopt scripts.
Parses given arguments foér Hyperopt scripts.
"""
parser.add_argument(
'-e', '--epochs',
@ -222,7 +222,7 @@ class Arguments(object):
@staticmethod
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
:param text: value from --timerange