Skip to content

Commit fe1d4ef

Browse files
committed
fix style error
1 parent 68fb4aa commit fe1d4ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astroquery/sdss/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def query_crossid_async(self, coordinates, *, radius=5. * u.arcsec, timeout=TIME
142142
# If the `radius` exceeds 3 arcmin, or if the sizes of
143143
# `coordinates` and `obj_names` do not match.
144144

145-
146145
if isinstance(radius, Angle):
147146
radius = radius.to_value(u.arcmin)
148147
else:

0 commit comments

Comments
 (0)