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 fc0056f commit e9afc48Copy full SHA for e9afc48
astrowidgets/interface_definition.py
@@ -35,10 +35,10 @@ class ImageViewerInterface(Protocol):
35
# viewer: Any
36
37
# Allowed locations for cursor display
38
- ALLOWED_CURSOR_LOCATIONS : tuple = ALLOWED_CURSOR_LOCATIONS
+ ALLOWED_CURSOR_LOCATIONS: tuple = ALLOWED_CURSOR_LOCATIONS
39
40
# List of marker names that are for internal use only
41
- RESERVED_MARKER_SET_NAMES : tuple = RESERVED_MARKER_SET_NAMES
+ RESERVED_MARKER_SET_NAMES: tuple = RESERVED_MARKER_SET_NAMES
42
43
# The methods, grouped loosely by purpose
44
0 commit comments