Skip to content

Commit 4843bf0

Browse files
committed
remove unneeded imports [should fix all codestyle failures]
1 parent 203a0a5 commit 4843bf0

File tree

1 file changed

+0
-3
lines changed
  • astroquery/linelists/jplspec

1 file changed

+0
-3
lines changed

astroquery/linelists/jplspec/core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@
55
import astropy.units as u
66
import numpy as np
77
from astropy.io import ascii
8-
from astroquery.query import BaseQuery
9-
from astroquery.utils import async_to_sync
108
from astropy import table
119
from astroquery.query import BaseQuery
1210
from astroquery.linelists.core import parse_letternumber
1311
# import configurable items declared in __init__.py
1412
from astroquery.linelists.jplspec import conf, lookup_table
1513
from astroquery.exceptions import EmptyResponseError, InvalidQueryError
16-
from astroquery.linelists.core import LineListClass
1714
from astroquery.utils import process_asyncs
1815
from urllib.parse import parse_qs
1916

0 commit comments

Comments
 (0)