Skip to content

Commit e91ac4d

Browse files
committed
Fix ruff-format failure in setup.py
1 parent 11cef6d commit e91ac4d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def finalize_options(self):
8282
self._additional_build_options = ["--macos_minimum_os=10.14"]
8383

8484
def run(self):
85-
8685
subprocess.check_call(
8786
[self._bazel_cmd, "run", "-c", "opt"]
8887
+ self._additional_build_options

0 commit comments

Comments
 (0)