Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 2, 2022
1 parent 9f5ac5d commit f6ca19a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/poetry/core/packages/dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def constraint(self) -> VersionConstraint:

@constraint.setter
def constraint(self, constraint: str | VersionConstraint) -> None:

if isinstance(constraint, str):
self._constraint = parse_constraint(constraint)
else:
Expand Down

0 comments on commit f6ca19a

Please # to comment.