From 6447733eb28ea188d551ae518a7e51ebf63a4350 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 21 Aug 2023 21:20:32 -0400 Subject: isort: format codebase Change-Id: I6f11d123b68fd077f558d3c21349c55c5f251019 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/383715 Reviewed-by: Gavin Mak Tested-by: Mike Frysinger Commit-Queue: Mike Frysinger --- subcmds/help.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'subcmds/help.py') diff --git a/subcmds/help.py b/subcmds/help.py index 0d7b664e..a839131b 100644 --- a/subcmds/help.py +++ b/subcmds/help.py @@ -16,14 +16,12 @@ import re import sys import textwrap -from subcmds import all_commands from color import Coloring -from command import ( - PagedCommand, - MirrorSafeCommand, -) -from wrapper import Wrapper +from command import MirrorSafeCommand +from command import PagedCommand from error import RepoExitError +from subcmds import all_commands +from wrapper import Wrapper class InvalidHelpCommand(RepoExitError): -- cgit v1.2.3-54-g00ecf