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 /repo_logging.py | |
parent | 06ddc8c50a7e802dbaf8468144c2b5773cda3714 (diff) | |
download | git-repo-6447733eb28ea188d551ae518a7e51ebf63a4350.tar.gz |
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 'repo_logging.py')
-rw-r--r-- | repo_logging.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo_logging.py b/repo_logging.py index 67db05fb..b748df4f 100644 --- a/repo_logging.py +++ b/repo_logging.py | |||
@@ -19,6 +19,7 @@ import multiprocessing | |||
19 | 19 | ||
20 | from color import Coloring | 20 | from color import Coloring |
21 | 21 | ||
22 | |||
22 | SEPARATOR = "=" * 80 | 23 | SEPARATOR = "=" * 80 |
23 | 24 | ||
24 | 25 | ||