diff options
| author | Mike Frysinger <vapier@google.com> | 2023-08-21 21:20:32 -0400 |
|---|---|---|
| committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2023-08-22 18:32:22 +0000 |
| commit | 6447733eb28ea188d551ae518a7e51ebf63a4350 (patch) | |
| tree | 3e2571b39af0f8544dae4660ebc1d29e2a7bda9d /subcmds/version.py | |
| parent | 06ddc8c50a7e802dbaf8468144c2b5773cda3714 (diff) | |
| download | git-repo-6447733eb28ea188d551ae518a7e51ebf63a4350.tar.gz git-repo-6447733eb28ea188d551ae518a7e51ebf63a4350.zip | |
isort: format codebasev2.36
Change-Id: I6f11d123b68fd077f558d3c21349c55c5f251019
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/383715
Reviewed-by: Gavin Mak <gavinmak@google.com>
Tested-by: Mike Frysinger <vapier@google.com>
Commit-Queue: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'subcmds/version.py')
| -rw-r--r-- | subcmds/version.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/subcmds/version.py b/subcmds/version.py index c539db63e..71a03608e 100644 --- a/subcmds/version.py +++ b/subcmds/version.py @@ -15,8 +15,11 @@ import platform import sys -from command import Command, MirrorSafeCommand -from git_command import git, RepoSourceVersion, user_agent +from command import Command +from command import MirrorSafeCommand +from git_command import git +from git_command import RepoSourceVersion +from git_command import user_agent from git_refs import HEAD from wrapper import Wrapper |
