flake8 3.7.1 fixes

This commit is contained in:
Samuel Husso
2019-01-31 07:51:03 +02:00
parent 576d9b8f5c
commit e3ae8d3f69
7 changed files with 11 additions and 11 deletions

View File

@@ -364,7 +364,7 @@ def test_deprecate_populate_indicators(result):
in str(w[-1].message)
with warnings.catch_warnings(record=True) as w:
# Cause all warnings to always be triggered.
# Cause all warnings to always be triggered.
warnings.simplefilter("always")
resolver.strategy.advise_buy(indicators, 'ETH/BTC')
assert len(w) == 1