feat: awaitable entity representations
This commit is contained in:
@@ -160,7 +160,7 @@ class EnumType(TypeDecorator):
|
||||
impl = AutoString
|
||||
cache_ok = True
|
||||
|
||||
def __init__(self, enum_type: BotEnum):
|
||||
def __init__(self, enum_type):
|
||||
self._enum_type = enum_type
|
||||
super().__init__()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user