don't need that

old-commit-hash: 9d18b45cd0153a929cc198938ce24b74b069a6ec
This commit is contained in:
Adeeb Shihadeh
2020-11-24 22:47:44 -08:00
parent 69440d8037
commit 238b9a35c7
+1 -1
View File
@@ -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: