Skip to content

Commit 3ece205

Browse files
committed
feat(lookup_table): typing.cast
1 parent 6e9ed63 commit 3ece205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/python_import/lookup_table.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ M.default_import_from = {
433433
TypeAlias = "typing",
434434
TypeGuard = "typing",
435435
overload = "typing",
436+
cast = "typing",
436437

437438
override = "typing_extensions", -- in typing since Python 3.12
438439
deprecated = "typing_extensions", -- in warnings since Python 3.13

0 commit comments

Comments
 (0)