Skip to content

Commit a4d8fef

Browse files
committed
Lint
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 9eff486 commit a4d8fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def python_is_compatible():
8181
print(f"Error: {arg} must follow --pybind")
8282
sys.exit(1)
8383
elif arg == "--clean":
84-
print(f"Cleaning build artifacts...")
84+
print("Cleaning build artifacts...")
8585
print("Cleaning pip-out/...")
8686
shutil.rmtree("pip-out/", ignore_errors=True)
8787
dirs = glob.glob("cmake-out*/")

0 commit comments

Comments
 (0)