mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
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:
parent
96cf5d53c8
commit
1c640b25cb
@ -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,
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user