This commit is contained in:
2025-05-22 20:25:38 +02:00
parent 09f6750c2b
commit ce03fbf12f
529 changed files with 3353 additions and 3312 deletions

View File

@@ -131,7 +131,7 @@ class ConnectionEvents(event.Events[ConnectionEventsTarget]):
if default_dispatch is None and hasattr(
target, "_no_async_engine_events"
):
target._no_async_engine_events() # type: ignore
target._no_async_engine_events()
return default_dispatch
@@ -640,7 +640,7 @@ class DialectEvents(event.Events[Dialect]):
_dispatch_target = Dialect
@classmethod
def _listen( # type: ignore
def _listen(
cls,
event_key: event._EventKey[Dialect],
*,