Skip to content

Commit e9afc48

Browse files
committed
Satisfy PEP8 bot
1 parent fc0056f commit e9afc48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astrowidgets/interface_definition.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ class ImageViewerInterface(Protocol):
3535
# viewer: Any
3636

3737
# Allowed locations for cursor display
38-
ALLOWED_CURSOR_LOCATIONS : tuple = ALLOWED_CURSOR_LOCATIONS
38+
ALLOWED_CURSOR_LOCATIONS: tuple = ALLOWED_CURSOR_LOCATIONS
3939

4040
# List of marker names that are for internal use only
41-
RESERVED_MARKER_SET_NAMES : tuple = RESERVED_MARKER_SET_NAMES
41+
RESERVED_MARKER_SET_NAMES: tuple = RESERVED_MARKER_SET_NAMES
4242

4343
# The methods, grouped loosely by purpose
4444

0 commit comments

Comments
 (0)