Skip to content

Commit 366c8ed

Browse files
author
Dominik Neise
committed
Revert "pep8"
This reverts commit 099bcda.
1 parent 6dab9e8 commit 366c8ed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

smart_fact_crawler/tests/test_observations.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
'smart_fact_crawler', 'resources/20160703_233149/observations.data'
77
)
88

9-
109
def test_re():
1110
from smart_fact_crawler import run_re
1211

1312
with open(test_file) as f:
1413
m = run_re.findall(f.read())
1514

16-
assert len(m) == 67
15+
assert len(m) == 67
1716

1817
timestamp, run_type, source, run_id = m[0]
1918

0 commit comments

Comments
 (0)