Skip to content

Commit 873661a

Browse files
committed
fix empty lines
1 parent 480006c commit 873661a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas_datareader/tests/test_stooq.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def test_stooq_sp500():
2525
f = get_data_stooq("^SPX")
2626
assert f.shape[0] > 0
2727

28+
2829
def test_stooq_clx19f():
2930
f = get_data_stooq("CLX19.F", start="20190101", end="20190115")
3031
assert f.shape[0] > 0
@@ -43,5 +44,3 @@ def test_stooq_googl():
4344
def test_get_data_ibm():
4445
f = get_data_stooq("IBM.UK")
4546
assert f.shape[0] > 0
46-
47-

0 commit comments

Comments
 (0)