From 547b2f6f5d8b15cf4301e04cac4b0aa8f0a58be0 Mon Sep 17 00:00:00 2001 From: Kyle Gottfried <6462596+Spitfire1900@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:32:18 -0400 Subject: [PATCH] isort entrypoint.py --- xontrib/pygitstatus/entrypoint.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, **_):