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 9fd27e4 commit 604b541Copy full SHA for 604b541
stdlib/sqlite3/__init__.pyi
@@ -216,7 +216,6 @@ if sys.version_info < (3, 10):
216
217
_CursorT = TypeVar("_CursorT", bound=Cursor)
218
_SqliteData: TypeAlias = str | ReadableBuffer | int | float | None
219
-_SQLType = TypeVar("_SQLType", bound=_SqliteData)
220
_SQLType_contra = TypeVar("_SQLType_contra", bound=_SqliteData, contravariant=True)
221
222
# Data that is passed through adapters can be of any type accepted by an adapter.
0 commit comments