Skip to content

Commit

Permalink
Update src/poetry/core/semver/helpers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Randy Döring <[email protected]>
  • Loading branch information
abn and radoering committed Apr 30, 2022
1 parent c920fc8 commit 7497cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/poetry/core/semver/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def parse_single_constraint(constraint: str) -> VersionConstraint:
m = TILDE_PEP440_CONSTRAINT.match(constraint)
if m:
version = Version.parse(m.group("version"))
print(version)
if version.release.precision == 2:
high = version.stable.next_major()
else:
Expand Down

0 comments on commit 7497cfc

Please sign in to comment.