Skip to content

Commit

Permalink
Update types.pyi (#233)
Browse files Browse the repository at this point in the history
Adds `TupleType`
  • Loading branch information
peterschutt authored Oct 8, 2022
1 parent 2447878 commit 0a3284b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlalchemy-stubs/types.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a3284b

Please sign in to comment.