Skip to content

Commit

Permalink
Remove unnecessary code and variable declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Mar 25, 2024
1 parent 6bf055d commit 974db94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/python_compile/docker_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ class Args:
os: str | None = None


HERE = Path(__file__).parent
ASSETS = HERE / "assets"


def docker_build(
os_system: str, py_path: Path, requirements: Path | None, wheel: Path | None
) -> int:
Expand Down

0 comments on commit 974db94

Please sign in to comment.