Skip to content

Commit

Permalink
refactor: format
Browse files Browse the repository at this point in the history
  • Loading branch information
PokIsemaine committed Jun 14, 2024
1 parent 945eb15 commit 22c498a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ def prepare() -> None:
print(f"Deleting {dst}.")
dst.unlink()
dst.symlink_to(hook)
print(hook.name, "installed at", dst)

print(f"{hook.name} installed at {dst}.")

def build(dir: str, jobs: Optional[int], ghproxy: bool, ninja: bool, unittest: bool, compiler: str, cmake_path: str, D: List[str],
skip_build: bool) -> None:
Expand Down

0 comments on commit 22c498a

Please sign in to comment.