Skip to content

Commit

Permalink
isort entrypoint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Mar 28, 2024
1 parent 1ed781b commit 547b2f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xontrib/pygitstatus/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, **_):
Expand Down

0 comments on commit 547b2f6

Please sign in to comment.