Skip to content

Commit be82a62

Browse files
committed
Fixes linter issue in tests
1 parent 6561ccb commit be82a62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/iotools/test_tmy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
def test_read_tmy3():
1919
tmy.read_tmy3(TMY3_TESTFILE, map_variables=False)
2020

21+
2122
def test_read_tmy3_buffer():
2223
with open(TMY3_TESTFILE) as f:
2324
tmy.read_tmy3(f, map_variables=False)

0 commit comments

Comments
 (0)