Skip to content

Commit

Permalink
Remove added newline
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 5, 2024
1 parent 5dca39a commit a61412c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packaging/markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def _evaluate_markers(markers: MarkerList, environment: Dict[str, str]) -> bool:
groups: List[List[bool]] = [[]]

for marker in markers:

assert isinstance(marker, (list, tuple, str))

if isinstance(marker, list):
Expand Down

0 comments on commit a61412c

Please sign in to comment.