Skip to content

Commit a59333d

Browse files
committed
pep8
1 parent d96836c commit a59333d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astroquery/eso/tests/test_eso_remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def test_query_tap_service(self):
5454
assert len(t) > 0, "Table length is zero"
5555
assert len(t) == eso.ROW_LIMIT, f"Table length is {lt}, expected {eso.ROW_LIMIT}"
5656

57-
5857
@pytest.mark.filterwarnings("ignore::pyvo.dal.exceptions.DALOverflowWarning")
5958
def test_row_limit(self):
6059
eso = Eso()

0 commit comments

Comments
 (0)