Skip to content

Commit

Permalink
Satisfy PEP8 bot
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Jun 19, 2023
1 parent fc0056f commit e9afc48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astrowidgets/interface_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ class ImageViewerInterface(Protocol):
# viewer: Any

# Allowed locations for cursor display
ALLOWED_CURSOR_LOCATIONS : tuple = ALLOWED_CURSOR_LOCATIONS
ALLOWED_CURSOR_LOCATIONS: tuple = ALLOWED_CURSOR_LOCATIONS

# List of marker names that are for internal use only
RESERVED_MARKER_SET_NAMES : tuple = RESERVED_MARKER_SET_NAMES
RESERVED_MARKER_SET_NAMES: tuple = RESERVED_MARKER_SET_NAMES

# The methods, grouped loosely by purpose

Expand Down

0 comments on commit e9afc48

Please sign in to comment.