mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
refactoring: move diff hist (#5554)
#5538 ## For community ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment** Co-authored-by: a <1@1.1>
This commit is contained in:
parent
2ef4e329f7
commit
21ce490376
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import threading
|
|||
import typing as tp
|
||||
|
||||
import xonsh.cli_utils as xcli
|
||||
import xonsh.diff_history as xdh
|
||||
import xonsh.history.diff_history as xdh
|
||||
import xonsh.tools as xt
|
||||
from xonsh.built_ins import XSH
|
||||
from xonsh.history.base import History
|
||||
|
|
Loading…
Add table
Reference in a new issue