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 9dffe05 commit 75bc9dfCopy full SHA for 75bc9df
astrowidgets/interface_definition.py
@@ -2,10 +2,10 @@
2
from abc import abstractmethod
3
4
# Allowed locations for cursor display
5
-ALLOWED_CURSOR_LOCATIONS = ['top', 'bottom', None]
+ALLOWED_CURSOR_LOCATIONS = ('top', 'bottom', None)
6
7
# List of marker names that are for internal use only
8
-RESERVED_MARKER_SET_NAMES = ['all']
+RESERVED_MARKER_SET_NAMES = ('all',)
9
10
__all__ = [
11
'ImageViewerInterface',
0 commit comments