Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Dec 16, 2024
1 parent 4838d96 commit 9727472
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1837,5 +1837,3 @@ def _peek(iterable: Iterable, default: Optional[Any] = None) -> Tuple[Iterable,
return iterable, value
except StopIteration:
return iterable, default


0 comments on commit 9727472

Please sign in to comment.