Skip to content

Commit 6994584

Browse files
authored
Merge pull request #762 from migueldvb/nasa
Remove unused import in NASA ADS tool
2 parents b12f07f + 9225b94 commit 6994584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/nasa_ads/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from astropy.table import Table
1010

1111
from ..query import BaseQuery
12-
from ..utils import commons, async_to_sync
12+
from ..utils import async_to_sync
1313
from ..utils.class_or_instance import class_or_instance
1414

1515
from .utils import _get_data_from_xml

0 commit comments

Comments
 (0)