Skip to content

Commit e0df227

Browse files
committed
feat(lookup_table): more typing
1 parent 3ece205 commit e0df227

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/python_import/lookup_table.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,9 @@ M.default_import_from = {
434434
TypeGuard = "typing",
435435
overload = "typing",
436436
cast = "typing",
437+
assert_type = "typing",
438+
assert_never = "typing",
439+
reveal_type = "typing",
437440

438441
override = "typing_extensions", -- in typing since Python 3.12
439442
deprecated = "typing_extensions", -- in warnings since Python 3.13

0 commit comments

Comments
 (0)