mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Removed accidental indent
This commit is contained in:
parent
8f3f62939c
commit
1cc00938a1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ try:
|
|||
except ImportError:
|
||||
from xonsh import ply
|
||||
|
||||
from xonsh import __version__ as XONSH_VERSION
|
||||
from xonsh import __version__ as XONSH_VERSION
|
||||
from xonsh import tools
|
||||
from xonsh.environ import is_template_string
|
||||
from xonsh.shell import (is_readline_available, is_prompt_toolkit_available,
|
||||
|
|
Loading…
Add table
Reference in a new issue