Skip to content

Commit aa84748

Browse files
committed
Make sure value is a tuple
1 parent 9ad7797 commit aa84748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astrowidgets/interface_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ImageViewerInterface(Protocol):
3434
ALLOWED_CURSOR_LOCATIONS = ('top', 'bottom', None)
3535

3636
# List of marker names that are for internal use only
37-
RESERVED_MARKER_SET_NAMES = ('all')
37+
RESERVED_MARKER_SET_NAMES = ('all', )
3838

3939
# The methods, grouped loosely by purpose
4040

0 commit comments

Comments
 (0)