Fix pre-commit formatting errors

It looks like #21916 introduced some whitespace issues that are causing
our pre-commits to fail.
This commit is contained in:
Dan Foreman-Mackey 2024-06-26 06:38:51 -04:00
parent 96cf5d53c8
commit 1c640b25cb
2 changed files with 2 additions and 2 deletions

View File

@ -683,7 +683,7 @@ def main():
"--verbose_failures=true",
*args.bazel_options,
)
if args.build_gpu_kernel_plugin == "" and not args.build_gpu_pjrt_plugin:
build_cpu_wheel_command = [
*command_base,

View File

@ -22,7 +22,7 @@ from concurrent.futures import ThreadPoolExecutor
GPU_LOCK = threading.Lock()
LAST_CODE = 0
base_dir="./logs"
base_dir = "./logs"
def extract_filename(path):
base_name = os.path.basename(path)