removed empty lines for flake8
This commit is contained in:
parent
2e7d08612e
commit
dc605e29aa
@ -498,4 +498,3 @@ class Configuration:
|
|||||||
config['pairs'] = load_file(pairs_file)
|
config['pairs'] = load_file(pairs_file)
|
||||||
if 'pairs' in config:
|
if 'pairs' in config:
|
||||||
config['pairs'].sort()
|
config['pairs'].sort()
|
||||||
|
|
||||||
|
@ -1429,4 +1429,3 @@ class FreqtradeBot(LoggingMixin):
|
|||||||
return max(
|
return max(
|
||||||
min(valid_custom_price, max_custom_price_allowed),
|
min(valid_custom_price, max_custom_price_allowed),
|
||||||
min_custom_price_allowed)
|
min_custom_price_allowed)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user