Skip to content

Commit 88144ee

Browse files
committed
make pre-commit happy
1 parent 6e6fe37 commit 88144ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_bindings/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def _select_strategy(self, name, tag, build_lib):
465465
# the repo. It could be implemented, but we only handle the default
466466
# case for now.
467467
if self.mode is not None and self.mode != "lenient":
468-
raise RuntimeError("Only lenient mode is supported for editable " f"install. Current mode is {self.mode}")
468+
raise RuntimeError(f"Only lenient mode is supported for editable install. Current mode is {self.mode}")
469469

470470
return TopLevelFinderWithRedirector(self.distribution, name)
471471

0 commit comments

Comments
 (0)