We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ece205 commit e0df227Copy full SHA for e0df227
1 file changed
lua/python_import/lookup_table.lua
@@ -434,6 +434,9 @@ M.default_import_from = {
434
TypeGuard = "typing",
435
overload = "typing",
436
cast = "typing",
437
+ assert_type = "typing",
438
+ assert_never = "typing",
439
+ reveal_type = "typing",
440
441
override = "typing_extensions", -- in typing since Python 3.12
442
deprecated = "typing_extensions", -- in warnings since Python 3.13
0 commit comments