Skip to content

Commit 0eaa824

Browse files
committed
fix PEP8 in last commit
1 parent fb84a65 commit 0eaa824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/sdss/tests/test_sdss_remote.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ def test_spectro_query_crossid(self):
179179
query1 = sdss.SDSS.query_crossid_async(
180180
self.coords, specobj_fields=['specObjID', 'z'], cache=False)
181181
query2 = sdss.SDSS.query_crossid_async(
182-
[self.coords, self.coords],
183-
specobj_fields=['specObjID', 'z'],
182+
[self.coords, self.coords],
183+
specobj_fields=['specObjID', 'z'],
184184
cache=False)
185185
assert isinstance(query1, Table)
186186
assert query1['specObjID'][0] == 845594848269461504

0 commit comments

Comments
 (0)