autoformat with autopep8

This commit is contained in:
Janne Sinivirta
2017-11-06 19:01:13 +02:00
parent e66dc8b027
commit adfae9e75c
7 changed files with 46 additions and 37 deletions

View File

@@ -16,7 +16,7 @@ def result():
def test_dataframe_has_correct_columns(result):
assert result.columns.tolist() == \
['close', 'high', 'low', 'open', 'date', 'volume']
['close', 'high', 'low', 'open', 'date', 'volume']
def test_dataframe_has_correct_length(result):