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 ae81ffe commit aefa4f7Copy full SHA for aefa4f7
stubs/cysqlite/cysqlite/aio.pyi
@@ -2,7 +2,7 @@ import asyncio
2
import queue
3
import types
4
from collections.abc import Callable, Mapping, Sequence
5
-from typing import Any, Literal, TypeAlias, TypedDict, type_check_only
+from typing import Any, Final, Literal, TypeAlias, TypedDict, type_check_only
6
from typing_extensions import Buffer, Self, Unpack
7
8
from ._cysqlite import Atomic, Connection, Cursor, Row, Savepoint, Transaction
0 commit comments