Skip to content

Commit eaa0cd1

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIAPCR-1308 Fix Line 392:1: E302 expected 2 blank lines, found 1
1 parent e072eb2 commit eaa0cd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/gaia/tests/test_gaiatap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ def test_launch_job_json_format(tmp_path_factory, column_attrs_launch_json, mock
389389
assert results[colname].unit == attrs.unit
390390
assert results[colname].dtype == attrs.dtype
391391

392-
def test_launch_job_json_format_no_dump(tmp_path_factory, column_attrs_launch_json, mock_querier_json):
393392

393+
def test_launch_job_json_format_no_dump(tmp_path_factory, column_attrs_launch_json, mock_querier_json):
394394
dump_to_file = False
395395
output_format = 'json'
396396
query = "SELECT TOP 1 source_id, ra, dec, parallax from gaiadr3.gaia_source"
@@ -412,6 +412,7 @@ def test_launch_job_json_format_no_dump(tmp_path_factory, column_attrs_launch_js
412412
assert results[colname].unit == attrs.unit
413413
assert results[colname].dtype == attrs.dtype
414414

415+
415416
def test_cone_search_and_changing_MAIN_GAIA_TABLE(mock_querier_async):
416417
# Regression test for #2093 and #2099 - changing the MAIN_GAIA_TABLE
417418
# had no effect.

0 commit comments

Comments
 (0)