Remove a dead docstring.
This commit is contained in:
parent
83ac0133bd
commit
0d4d410b2d
|
@ -625,12 +625,6 @@ class _ExtensionFileLoader:
|
|||
"""
|
||||
|
||||
def __init__(self, name, path):
|
||||
"""Initialize the loader.
|
||||
|
||||
If is_pkg is True then an exception is raised as extension modules
|
||||
cannot be the __init__ module for an extension module.
|
||||
|
||||
"""
|
||||
self._name = name
|
||||
self._path = path
|
||||
|
||||
|
|
Loading…
Reference in New Issue