Skip to content

Commit 6bc7ab3

Browse files
mohrrCQ Bot Account
authored and
CQ Bot Account
committed
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>
1 parent 826e442 commit 6bc7ab3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pw_arduino_build/py/pw_arduino_build/core_installer.py

-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ class ArduinoCoreNotSupported(Exception):
152152
"Windows": {},
153153
},
154154
}
155-
# yapf: enable
156155

157156

158157
def install_core_command(args: argparse.Namespace):

pw_bloat/py/pw_bloat/bloat.py

-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ def run_bloaty(
100100
*extra_args,
101101
]
102102

103-
# yapf: enable
104-
105103
if base_file is not None:
106104
cmd.extend(['--', base_file])
107105

0 commit comments

Comments
 (0)