Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 committed Jan 28, 2024
1 parent c3e26dc commit 4c9ad8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def get_local_version_suffix() -> str:


def get_version():
assert False, get_local_version_suffix()
with open(root / "version.txt") as f:
version = f.read().strip()
version += get_local_version_suffix()
Expand Down

0 comments on commit 4c9ad8a

Please sign in to comment.