mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Ok! you won Flake8
This commit is contained in:
parent
1b071b1f4a
commit
3778bcda24
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user