Fix return type annot for `slice_from_time()`

overlays_interaction_latency_tuning
Tyler Goodlet 2023-01-24 13:03:59 -05:00
parent 9ce52033f0
commit ebf53e32bd
1 changed files with 1 additions and 4 deletions

View File

@ -297,10 +297,7 @@ def slice_from_time(
stop_t: float, stop_t: float,
step: int | None = None, step: int | None = None,
) -> tuple[ ) -> slice:
slice,
slice,
]:
''' '''
Calculate array indices mapped from a time range and return them in Calculate array indices mapped from a time range and return them in
a slice. a slice.