removed empty lines for flake8

This commit is contained in:
incrementby1 2021-10-27 21:04:08 +02:00
parent 2e7d08612e
commit dc605e29aa
2 changed files with 0 additions and 2 deletions

View File

@ -498,4 +498,3 @@ class Configuration:
config['pairs'] = load_file(pairs_file)
if 'pairs' in config:
config['pairs'].sort()

View File

@ -1429,4 +1429,3 @@ class FreqtradeBot(LoggingMixin):
return max(
min(valid_custom_price, max_custom_price_allowed),
min_custom_price_allowed)