Skip to content

Commit 46abcac

Browse files
authored
Removed useless if statement.
1 parent 8d37529 commit 46abcac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
else:
1717
raise RuntimeError("Could not grab version string")
1818

19-
if not version:
20-
raise RuntimeError('version is not set')
21-
2219
if version.endswith(('a', 'b', 'rc')):
2320
# append version identifier based on commit count
2421
try:

0 commit comments

Comments
 (0)