mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-06 14:16:39 +08:00
don't need that
old-commit-hash: 9d18b45cd0153a929cc198938ce24b74b069a6ec
This commit is contained in:
@@ -34,7 +34,7 @@ class ET:
|
||||
PERMANENT = 'permanent'
|
||||
|
||||
# get event name from enum
|
||||
EVENT_NAME = {v: k for k, v in EventName.schema.enumerants.items()} # type: ignore
|
||||
EVENT_NAME = {v: k for k, v in EventName.schema.enumerants.items()}
|
||||
|
||||
|
||||
class Events:
|
||||
|
||||
Reference in New Issue
Block a user