Skip to content

Commit 9225b94

Browse files
author
Miguel de Val-Borro
committed
Remove unused import
1 parent b12f07f commit 9225b94

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)