We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203a0a5 commit 4843bf0Copy full SHA for 4843bf0
astroquery/linelists/jplspec/core.py
@@ -5,15 +5,12 @@
5
import astropy.units as u
6
import numpy as np
7
from astropy.io import ascii
8
-from astroquery.query import BaseQuery
9
-from astroquery.utils import async_to_sync
10
from astropy import table
11
from astroquery.query import BaseQuery
12
from astroquery.linelists.core import parse_letternumber
13
# import configurable items declared in __init__.py
14
from astroquery.linelists.jplspec import conf, lookup_table
15
from astroquery.exceptions import EmptyResponseError, InvalidQueryError
16
-from astroquery.linelists.core import LineListClass
17
from astroquery.utils import process_asyncs
18
from urllib.parse import parse_qs
19
0 commit comments