Skip to content

Commit 0f9ec62

Browse files
committed
feat(lookup_table): typing.Never
1 parent 5250826 commit 0f9ec62

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
@@ -255,6 +255,7 @@ M.default_import_from = {
255255
AnyStr = "typing",
256256
NewType = "typing",
257257
NoReturn = "typing",
258+
Never = "typing",
258259
ParamSpecArgs = "typing",
259260
ParamSpecKwargs = "typing",
260261
Text = "typing",

0 commit comments

Comments
 (0)