From 0a3284b5436da2debe6e092474fa0f2caef12d36 Mon Sep 17 00:00:00 2001 From: Peter Schutt Date: Sat, 8 Oct 2022 22:22:37 +1000 Subject: [PATCH] Update types.pyi (#233) Adds `TupleType` --- sqlalchemy-stubs/types.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/sqlalchemy-stubs/types.pyi b/sqlalchemy-stubs/types.pyi index 6405574..d82f80a 100644 --- a/sqlalchemy-stubs/types.pyi +++ b/sqlalchemy-stubs/types.pyi @@ -43,6 +43,7 @@ from .sql.sqltypes import Text as Text from .sql.sqltypes import TIME as TIME from .sql.sqltypes import Time as Time from .sql.sqltypes import TIMESTAMP as TIMESTAMP +from .sql.sqltypes import TupleType as TupleType from .sql.sqltypes import Unicode as Unicode from .sql.sqltypes import UnicodeText as UnicodeText from .sql.sqltypes import VARBINARY as VARBINARY