Skip to content

Commit 8378e7f

Browse files
committed
MAINT: remove unused import
1 parent 7f6467f commit 8378e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/alfalfa/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import numpy.ma as ma
1212
from astropy import units as u
1313
from astropy import coordinates as coord
14-
from ..utils import commons, prepend_docstr_nosections
14+
from ..utils import commons
1515
from ..query import BaseQuery
1616

1717
__all__ = ['Alfalfa', 'AlfalfaClass']

0 commit comments

Comments
 (0)