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:
Andy Kipp 2024-06-29 02:46:38 +02:00 committed by GitHub
parent 2ef4e329f7
commit 21ce490376
Failed to generate hash of commit
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ import threading
import typing as tp import typing as tp
import xonsh.cli_utils as xcli import xonsh.cli_utils as xcli
import xonsh.diff_history as xdh import xonsh.history.diff_history as xdh
import xonsh.tools as xt import xonsh.tools as xt
from xonsh.built_ins import XSH from xonsh.built_ins import XSH
from xonsh.history.base import History from xonsh.history.base import History