Skip to content

Commit

Permalink
removed is_release flag from init (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
horheynm authored Nov 18, 2021
1 parent e598914 commit b5d7c72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sparsify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
try:
from sparsezoo.package import check_package_version as _check_package_version

is_release = True
_check_package_version(
package_name=__name__ if is_release else f"{__name__}-nightly",
package_version=version,
Expand Down

0 comments on commit b5d7c72

Please sign in to comment.