Skip to content

Commit 645d2b0

Browse files
committed
still trying to fix the style
1 parent 12a36e8 commit 645d2b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astroquery/sdss/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,7 @@ def query_region_async(self, coordinates, *, radius=None,
363363
else:
364364
sql_query = sql_query.replace(' ON p.objID = x.objID ORDER BY x.up_id', '')
365365

366-
if (not isinstance(coordinates, (list, Column, commons.CoordClasses))
367-
and not coordinates.isscalar):
366+
if (not isinstance(coordinates, (list, Column, commons.CoordClasses)) and not coordinates.isscalar):
368367
coordinates = [coordinates]
369368
rectangles = list()
370369
for n, target in enumerate(coordinates):

0 commit comments

Comments
 (0)