Skip to content

Commit 0a3284b

Browse files
authored
Update types.pyi (#233)
Adds `TupleType`
1 parent 2447878 commit 0a3284b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlalchemy-stubs/types.pyi

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ from .sql.sqltypes import Text as Text
4343
from .sql.sqltypes import TIME as TIME
4444
from .sql.sqltypes import Time as Time
4545
from .sql.sqltypes import TIMESTAMP as TIMESTAMP
46+
from .sql.sqltypes import TupleType as TupleType
4647
from .sql.sqltypes import Unicode as Unicode
4748
from .sql.sqltypes import UnicodeText as UnicodeText
4849
from .sql.sqltypes import VARBINARY as VARBINARY

0 commit comments

Comments
 (0)