Skip to content

Commit e7e5f5c

Browse files
committed
Remove unneeded import
1 parent 9baba2b commit e7e5f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astrowidgets/tests/test_image_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from astropy.nddata import CCDData
88
from astropy.coordinates import SkyCoord
99

10-
from ..ginga import ImageWidget, RESERVED_MARKER_SET_NAMES
10+
from ..ginga import ImageWidget
1111

1212

1313
def _make_fake_ccd(with_wcs=True):

0 commit comments

Comments
 (0)