Skip to content

Commit 1dc990b

Browse files
committed
fix flake8 warning
1 parent 30fe8c2 commit 1dc990b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_bug_fixes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ def test_issue_1():
7373
def test_issue_1_error():
7474
from pyexcel_odsr.converter import time_value
7575
result = time_value('PT1111')
76-
eq_(result, None)
76+
eq_(result, None)
77+

0 commit comments

Comments
 (0)