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 --- git_config.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'git_config.py') diff --git a/git_config.py b/git_config.py index 971066ef..8c2eb6e9 100644 --- a/git_config.py +++ b/git_config.py @@ -26,11 +26,15 @@ from typing import Union import urllib.error import urllib.request -from error import GitError, UploadError +from error import GitError +from error import UploadError +from git_command import GitCommand +from git_refs import R_CHANGES +from git_refs import R_HEADS +from git_refs import R_TAGS import platform_utils from repo_trace import Trace -from git_command import GitCommand -from git_refs import R_CHANGES, R_HEADS, R_TAGS + # Prefix that is prepended to all the keys of SyncAnalysisState's data # that is saved in the config. -- cgit v1.2.3-54-g00ecf