isort: format codebase

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>
This commit is contained in:
Mike Frysinger
2023-08-21 21:20:32 -04:00
committed by LUCI
parent 06ddc8c50a
commit 6447733eb2
52 changed files with 281 additions and 144 deletions

View File

@ -37,7 +37,8 @@ import sys
import tempfile
import threading
from git_command import GitCommand, RepoSourceVersion
from git_command import GitCommand
from git_command import RepoSourceVersion
class EventLog(object):