Skip to content

Commit 59de3aa

Browse files
committed
fix style
1 parent d63557c commit 59de3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/sdss/tests/test_sdss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def test_list_coordinates_with_height(patch_request, width, height):
316316
warnings.filterwarnings("ignore", category=AstropyWarning,
317317
message=r'OverflowError converting.*')
318318
data = Table.read(data_path(DATA_FILES['images_id']),
319-
format='ascii.csv', comment='#')
319+
format='ascii.csv', comment='#')
320320

321321
data['objid'] = data['objid'].astype(np.int64)
322322

0 commit comments

Comments
 (0)