Skip to content

Commit 241b9af

Browse files
committed
Ruff formatted these lines into one line
1 parent e8c8798 commit 241b9af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llmfit-python/hatch_build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ def _find_binary_for_target(root: Path, py_target: str) -> Path:
9494
bin_path = root / "target" / upstream_target / "release" / binary_name
9595
if not bin_path.is_file():
9696
raise FileNotFoundError(
97-
f"Binary not found at {bin_path}. "
98-
f"Expected it to be built for target {upstream_target!r}.",
97+
f"Binary not found at {bin_path}. Expected it to be built for target {upstream_target!r}.",
9998
)
10099
return bin_path
101100

0 commit comments

Comments
 (0)