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 Jun 1, 2022
1 parent b0b3bc7 commit f554b71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/poetry/core/packages/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,7 @@ def get_python_constraint_from_marker(
return constraint


def normalize_python_version_markers(
disjunction: list[list[tuple[str, str]]]
) -> str:
def normalize_python_version_markers(disjunction: list[list[tuple[str, str]]]) -> str:
ors = []
for or_ in disjunction:
ands = []
Expand Down

0 comments on commit f554b71

Please sign in to comment.