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

@@ -48,7 +48,7 @@ def connection_memoize(key: str) -> Callable[[_C], _C]:
connection.info[key] = val = fn(self, connection)
return val
return decorated # type: ignore
return decorated
class _TConsSubject(Protocol):