mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
python: VimPathFinder: remove unused load_module method
This method was not used, but `VimModuleLoader.load_module` is.
This commit is contained in:
parent
5e32120236
commit
07e538d589
@ -226,10 +226,6 @@ def path_hook(nvim):
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def load_module(cls, fullname, path=None):
|
|
||||||
return _find_module(fullname, fullname, path or _get_paths())
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def find_spec(fullname, path=None, target=None):
|
def find_spec(fullname, path=None, target=None):
|
||||||
"Method for Python 3.4+."
|
"Method for Python 3.4+."
|
||||||
|
Loading…
Reference in New Issue
Block a user