Skip to content

Commit

Permalink
remove redundant information
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Jan 20, 2024
1 parent 8309ad2 commit 48e0b57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/poetry/inspection/lazy_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ def _merge(
"""Return an iterator of intervals to be fetched.
Args:
start (int): Start of needed interval
end (int): End of needed interval
left (int): Index of first overlapping downloaded data
right (int): Index after last overlapping downloaded data
start: Start of needed interval
end: End of needed interval
left: Index of first overlapping downloaded data
right: Index after last overlapping downloaded data
"""
lslice, rslice = self._left[left:right], self._right[left:right]
i = start = min([start] + lslice[:1])
Expand Down

0 comments on commit 48e0b57

Please sign in to comment.