aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2022-12-01 23:24:12 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-12-01 23:24:12 +0000
commit6bc7ab3eeae36a91c7ecec8041a41c06161d64c3 (patch)
tree458f852a61fa43161f7ae39975cd5de40b164ec6
parent826e44278e0b379c24fbfd055bc39c1f476162d1 (diff)
downloadpigweed-6bc7ab3eeae36a91c7ecec8041a41c06161d64c3.tar.gz
pw_{arduino_build,bloat}: Remove "yapf: enable"
Bug: b/259595799 Change-Id: I215867eed87ce11b0d2d24c418dd009abbcf9182 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/122151 Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com> Reviewed-by: Wyatt Hepler <hepler@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
-rw-r--r--pw_arduino_build/py/pw_arduino_build/core_installer.py1
-rwxr-xr-xpw_bloat/py/pw_bloat/bloat.py2
2 files changed, 0 insertions, 3 deletions
diff --git a/pw_arduino_build/py/pw_arduino_build/core_installer.py b/pw_arduino_build/py/pw_arduino_build/core_installer.py
index 710b3e226..dcb1fe186 100644
--- a/pw_arduino_build/py/pw_arduino_build/core_installer.py
+++ b/pw_arduino_build/py/pw_arduino_build/core_installer.py
@@ -152,7 +152,6 @@ _ARDUINO_CORE_ARTIFACTS: Dict[str, Dict] = {
"Windows": {},
},
}
-# yapf: enable
def install_core_command(args: argparse.Namespace):
diff --git a/pw_bloat/py/pw_bloat/bloat.py b/pw_bloat/py/pw_bloat/bloat.py
index 1f2d76afc..0bc5b01b1 100755
--- a/pw_bloat/py/pw_bloat/bloat.py
+++ b/pw_bloat/py/pw_bloat/bloat.py
@@ -100,8 +100,6 @@ def run_bloaty(
*extra_args,
]
- # yapf: enable
-
if base_file is not None:
cmd.extend(['--', base_file])