diff options
-rw-r--r-- | runtime/autoload/provider/script_host.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/autoload/provider/script_host.py b/runtime/autoload/provider/script_host.py index 10fd74816d..bb87f63873 100644 --- a/runtime/autoload/provider/script_host.py +++ b/runtime/autoload/provider/script_host.py @@ -226,10 +226,6 @@ def path_hook(nvim): except ImportError: return None - @classmethod - def load_module(cls, fullname, path=None): - return _find_module(fullname, fullname, path or _get_paths()) - @staticmethod def find_spec(fullname, path=None, target=None): "Method for Python 3.4+." |