Skip to content

Commit ae81ffe

Browse files
authored
Update stubs/cysqlite/cysqlite/aio.pyi
1 parent 72426a6 commit ae81ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/cysqlite/cysqlite/aio.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class _CheckPointKwargs(TypedDict, total=False):
3838
restart: bool
3939
name: str | Buffer | None
4040

41-
SHUTDOWN: object
41+
SHUTDOWN: Final[object]
4242

4343
class AsyncConnection:
4444
conn: Connection

0 commit comments

Comments
 (0)