commit | a2527f8933c9fc50df32c95cffe080d14e634f7a | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@chromium.org> | Fri Feb 03 04:32:15 2023 -0500 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 03 20:08:02 2023 +0000 |
tree | fff5c248e4638777fcbd6690eca4eb3ce03833b2 | |
parent | 57a8feb1e461065b4b39923c5a5387156dab2ba7 [diff] [blame] |
format: python: clean up file header a bit Since black seems to completely ignore (for the most part) the top of the file, clean it up ourselves a bit. BUG=None TEST=CQ passes Change-Id: I6b0b5aea970a0ac625317d51c0f7f77cc6d4121a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/4219954 Tested-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Nicholas Bishop <nicholasbishop@google.com> Commit-Queue: Mike Frysinger <vapier@chromium.org>
diff --git a/scripts/gen_luci_scheduler.py b/scripts/gen_luci_scheduler.py index a090b06..788876a 100644 --- a/scripts/gen_luci_scheduler.py +++ b/scripts/gen_luci_scheduler.py
@@ -3,6 +3,7 @@ # found in the LICENSE file. # pylint: disable=line-too-long + """Generate LUCI Scheduler config file. This generates the LUCI Scheduler configuration file for ChromeOS builds based