Skip to content

Commit 604b541

Browse files
committed
remove unused typevar
1 parent 9fd27e4 commit 604b541

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/sqlite3/__init__.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ if sys.version_info < (3, 10):
216216

217217
_CursorT = TypeVar("_CursorT", bound=Cursor)
218218
_SqliteData: TypeAlias = str | ReadableBuffer | int | float | None
219-
_SQLType = TypeVar("_SQLType", bound=_SqliteData)
220219
_SQLType_contra = TypeVar("_SQLType_contra", bound=_SqliteData, contravariant=True)
221220

222221
# Data that is passed through adapters can be of any type accepted by an adapter.

0 commit comments

Comments
 (0)