Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Oct 28, 2023
1 parent 2b7d5ea commit 2d598d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rez/version/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,8 @@ def iter_intersect_test(self, iterable, key=None, descending=False):
version order.
Returns:
~collections.abc.Iterator[tuple[bool, typing.Any]]: An iterator that returns (bool, object) tuples, where 'object' is
~collections.abc.Iterator[tuple[bool, typing.Any]]: An iterator that returns (bool, object) tuples,
where 'object' is
the original object in ``iterable``, and the bool indicates whether
that version is contained in this range.
"""
Expand Down

0 comments on commit 2d598d9

Please sign in to comment.