Skip to content

Commit

Permalink
feat(lookup_table): find_spec, module_from_spec, spec_from_file_location
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Dec 25, 2024
1 parent 4434c7b commit bd32f3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/python_import/lookup_table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ M.default_import_from = {
import_module = "importlib",
invalidate_caches = "importlib",
reload = "importlib",
spec_from_file_location = "importlib.util",
module_from_spec = "importlib.util",
find_spec = "importlib.util",

BlockingIOError = "io",
IOBase = "io",
Expand Down

0 comments on commit bd32f3f

Please sign in to comment.