Skip to content

Commit 7497cfc

Browse files
abnradoering
andauthored
Update src/poetry/core/semver/helpers.py
Co-authored-by: Randy Döring <[email protected]>
1 parent c920fc8 commit 7497cfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/poetry/core/semver/helpers.py

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def parse_single_constraint(constraint: str) -> VersionConstraint:
7474
m = TILDE_PEP440_CONSTRAINT.match(constraint)
7575
if m:
7676
version = Version.parse(m.group("version"))
77-
print(version)
7877
if version.release.precision == 2:
7978
high = version.stable.next_major()
8079
else:

0 commit comments

Comments
 (0)