Skip to content

Commit 2f0ab40

Browse files
committed
Cleanup whitespace issues
1 parent f000958 commit 2f0ab40

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

astroquery/irsa/core.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,13 @@
9999
constraints.
100100
"""
101101

102-
103102
import warnings
104103
from io import BytesIO
105104
import xml.etree.ElementTree as tree
106105

107106
import astropy.units as u
108107
import astropy.coordinates as coord
109108
import astropy.io.votable as votable
110-
from astropy.table import Table
111-
112109

113110
from astroquery.query import BaseQuery
114111
from astroquery.utils import commons, async_to_sync
@@ -126,7 +123,6 @@ class IrsaClass(BaseQuery):
126123
TIMEOUT = conf.timeout
127124
ROW_LIMIT = conf.row_limit
128125

129-
130126
def query_region_async(self, coordinates=None, *, catalog=None,
131127
spatial='Cone', radius=10 * u.arcsec, width=None,
132128
polygon=None, get_query_payload=False,
@@ -358,7 +354,6 @@ def _parse_result(self, response, verbose=False):
358354

359355
return table
360356

361-
362357
def list_catalogs(self, cache=False):
363358
"""
364359
Return a dictionary of the catalogs in the IRSA Gator tool.

0 commit comments

Comments
 (0)