diff --git a/xontrib/pygitstatus/entrypoint.py b/xontrib/pygitstatus/entrypoint.py index 432a0b0..19d2672 100644 --- a/xontrib/pygitstatus/entrypoint.py +++ b/xontrib/pygitstatus/entrypoint.py @@ -2,7 +2,8 @@ from xonsh.built_ins import XonshSession -from .prompts import (ahead, behind, branch, clean, repo_path, short_head, tag, untracked) +from .prompts import (ahead, behind, branch, clean, repo_path, short_head, tag, + untracked) def _load_xontrib_(xsh: XonshSession, **_):