We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72426a6 commit ae81ffeCopy full SHA for ae81ffe
1 file changed
stubs/cysqlite/cysqlite/aio.pyi
@@ -38,7 +38,7 @@ class _CheckPointKwargs(TypedDict, total=False):
38
restart: bool
39
name: str | Buffer | None
40
41
-SHUTDOWN: object
+SHUTDOWN: Final[object]
42
43
class AsyncConnection:
44
conn: Connection
0 commit comments