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/api/controller/dependency_unittest.py b/api/controller/dependency_unittest.py index 5d17d73..acd0370 100644 --- a/api/controller/dependency_unittest.py +++ b/api/controller/dependency_unittest.py
@@ -1,6 +1,7 @@ # Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. + """Board build dependency service tests.""" import os