Small refactor and isort+black formatting
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
from enum import auto
|
||||
|
||||
from .auto_name import AutoName
|
||||
|
||||
|
||||
class SelectionMode(AutoName):
|
||||
"""Enumeration used to declare location selection modes.
|
||||
|
||||
|
||||
* SLCT_A - Selectable
|
||||
* SLCT_N - Not selectable
|
||||
"""
|
||||
@@ -12,4 +14,4 @@ class SelectionMode(AutoName):
|
||||
"Selectable"
|
||||
|
||||
SLCT_N = auto()
|
||||
"Not selectable"
|
||||
"Not selectable"
|
||||
|
Reference in New Issue
Block a user