This commit is contained in:
Khaleel Al-Adhami 2024-10-29 14:19:30 -07:00
parent eca0b78e1f
commit 3decf31c2f

View File

@ -1597,8 +1597,7 @@ class EventNamespace(types.SimpleNamespace):
EventChainVar = EventChainVar
LiteralEventChainVar = LiteralEventChainVar
EventType = EventType
# __call__ = staticmethod(event_handler)
EventCallback = EventCallback
if sys.version_info >= (3, 10):