Skip to content

Commit aefa4f7

Browse files
committed
add Final to aio.pyi
1 parent ae81ffe commit aefa4f7

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
@@ -2,7 +2,7 @@ import asyncio
22
import queue
33
import types
44
from collections.abc import Callable, Mapping, Sequence
5-
from typing import Any, Literal, TypeAlias, TypedDict, type_check_only
5+
from typing import Any, Final, Literal, TypeAlias, TypedDict, type_check_only
66
from typing_extensions import Buffer, Self, Unpack
77

88
from ._cysqlite import Atomic, Connection, Cursor, Row, Savepoint, Transaction

0 commit comments

Comments
 (0)