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/forall.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'subcmds/forall.py') diff --git a/subcmds/forall.py b/subcmds/forall.py index 0a897357..9a02c49f 100644 --- a/subcmds/forall.py +++ b/subcmds/forall.py @@ -16,21 +16,20 @@ import errno import functools import io import multiprocessing -import re import os +import re import signal -import sys import subprocess +import sys from color import Coloring -from command import ( - DEFAULT_LOCAL_JOBS, - Command, - MirrorSafeCommand, - WORKER_BATCH_SIZE, -) +from command import Command +from command import DEFAULT_LOCAL_JOBS +from command import MirrorSafeCommand +from command import WORKER_BATCH_SIZE from error import ManifestInvalidRevisionError + _CAN_COLOR = [ "branch", "diff", -- cgit v1.2.3-54-g00ecf