summaryrefslogtreecommitdiffstats
path: root/subcmds/forall.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2021-02-16 14:01:19 -0500
committerMike Frysinger <vapier@google.com>2021-02-16 19:23:00 +0000
commitc47a235bc591de5fa23e0a9db8d495cb8f063b52 (patch)
treef08bbd55107bc35172d0b52cb4f4cbe24da0e55d /subcmds/forall.py
parentf307916f22c633d9d918158bd13f4bced581af17 (diff)
downloadgit-repo-c47a235bc591de5fa23e0a9db8d495cb8f063b52.tar.gz
trim redundant pass statements
Clean up a few linter warnings. Change-Id: I531d0263a202435d32d83d87ec24998f4051639c Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/297062 Reviewed-by: Jonathan Nieder <jrn@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'subcmds/forall.py')
-rw-r--r--subcmds/forall.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/subcmds/forall.py b/subcmds/forall.py
index c5864336..ef11851b 100644
--- a/subcmds/forall.py
+++ b/subcmds/forall.py
@@ -280,7 +280,6 @@ without iterating through the remaining projects.
280 280
281class WorkerKeyboardInterrupt(Exception): 281class WorkerKeyboardInterrupt(Exception):
282 """ Keyboard interrupt exception for worker processes. """ 282 """ Keyboard interrupt exception for worker processes. """
283 pass
284 283
285 284
286def InitWorker(): 285def InitWorker():