Skip to content

Commit d130652

Browse files
committed
Add imports for dummy viewer test
1 parent a7b182f commit d130652

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_astro_image_display_api.py

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

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

67
def test_api_test_class_completeness():
78
"""

0 commit comments

Comments
 (0)