Skip to content

Commit eecd8e1

Browse files
committed
Fix style issues
1 parent 2eeada5 commit eecd8e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astroquery/ipac/irsa/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def query_ssa(self, *, pos=None, radius=None, band=None, time=None, collection=N
159159
diameter = None
160160
else:
161161
diameter = 2 * radius
162-
162+
163163
return self.ssa.search(pos=pos, diameter=diameter, band=band, time=time,
164164
format='all', collection=collection)
165165

astroquery/ipac/irsa/tests/test_irsa_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import pytest
44
import astropy.units as u
5-
from astropy.table import Table, unique
5+
from astropy.table import Table
66
from astropy.coordinates import SkyCoord
77
from astropy.utils.exceptions import AstropyDeprecationWarning
88

0 commit comments

Comments
 (0)