Linting
This commit is contained in:
@ -3,13 +3,13 @@ from typing import Optional
|
||||
|
||||
from dungeonbattle.settings import Settings
|
||||
|
||||
#This file contains a few useful enumeration classes used elsewhere in the code
|
||||
# This file contains a few useful enumeration classes used elsewhere in the code
|
||||
|
||||
|
||||
class DisplayActions(Enum):
|
||||
"""
|
||||
Display actions options for the callable displayaction Game uses
|
||||
(it just calls the same action on the display object displayaction refers to)
|
||||
It just calls the same action on the display object displayaction refers to.
|
||||
"""
|
||||
REFRESH = auto()
|
||||
UPDATE = auto()
|
||||
|
Reference in New Issue
Block a user