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/init.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'subcmds/init.py') diff --git a/subcmds/init.py b/subcmds/init.py index c5a2c54c..529b212b 100644 --- a/subcmds/init.py +++ b/subcmds/init.py @@ -16,11 +16,15 @@ import os import sys from color import Coloring -from command import InteractiveCommand, MirrorSafeCommand -from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD -from wrapper import Wrapper -from error import UpdateManifestError +from command import InteractiveCommand +from command import MirrorSafeCommand from error import RepoUnhandledExceptionError +from error import UpdateManifestError +from git_command import git_require +from git_command import MIN_GIT_VERSION_HARD +from git_command import MIN_GIT_VERSION_SOFT +from wrapper import Wrapper + _REPO_ALLOW_SHALLOW = os.environ.get("REPO_ALLOW_SHALLOW") -- cgit v1.2.3-54-g00ecf