Skip to content

Commit ff56b37

Browse files
committed
Drop unused imports
1 parent 879b4a5 commit ff56b37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_astro_image_display_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from astropy.utils.data import get_pkg_data_contents
22

33
from astro_image_display_api.interface_definition import ImageViewerInterface
4-
from astro_image_display_api.dummy_viewer import ImageViewer
5-
from astro_image_display_api.widget_api_test import ImageWidgetAPITest
4+
65

76
def test_api_test_class_completeness():
87
"""

0 commit comments

Comments
 (0)