mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
rm extra import
This commit is contained in:
parent
3b793fb18a
commit
395aa1ec21
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ from importlib.abc import MetaPathFinder, SourceLoader, Loader
|
||||||
|
|
||||||
from xonsh.events import events
|
from xonsh.events import events
|
||||||
from xonsh.execer import Execer
|
from xonsh.execer import Execer
|
||||||
from xonsh.platform import scandir, PYTHON_VERSION_INFO
|
from xonsh.platform import scandir
|
||||||
|
|
||||||
|
|
||||||
class XonshImportHook(MetaPathFinder, SourceLoader):
|
class XonshImportHook(MetaPathFinder, SourceLoader):
|
||||||
|
|
Loading…
Add table
Reference in a new issue