We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e05b79 commit 17a8110Copy full SHA for 17a8110
src/elli/utils.py
@@ -43,7 +43,7 @@ def convert_delta_range(
43
Args:
44
delta_values (npt.ArrayLike): Delta values to be converted.
45
lower (int): The lower delta range. Should be in the range of -360 and 0.
46
- upper (Optional[int]): The upper delta range. Should be in the range of 0 and 360.
+ upper (int): The upper delta range. Should be in the range of 0 and 360.
47
48
Returns:
49
npt.ArrayLike: Delta values with shifted range.
0 commit comments