We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2418103 commit c832f92Copy full SHA for c832f92
src/astro_image_display_api/dummy_viewer.py
@@ -33,7 +33,7 @@ class ImageViewer:
33
autocut_options: tuple = ("minmax", "zscale", "asinh", "percentile", "histogram")
34
_cursor: str = ImageViewerInterface.ALLOWED_CURSOR_LOCATIONS[0]
35
marker: Any = "marker"
36
- _cuts: str | tuple[float] = (0, 1)
+ _cuts: str | tuple[float, float] = (0, 1)
37
_stretch: str = "linear"
38
# viewer: Any
39
0 commit comments