Skip to content

Commit

Permalink
feat(lookup_table): typing.Never
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Nov 8, 2024
1 parent 5250826 commit 0f9ec62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/python_import/lookup_table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ M.default_import_from = {
AnyStr = "typing",
NewType = "typing",
NoReturn = "typing",
Never = "typing",
ParamSpecArgs = "typing",
ParamSpecKwargs = "typing",
Text = "typing",
Expand Down

0 comments on commit 0f9ec62

Please sign in to comment.