Open psomhorst opened 1 month ago
IntervalData and SparseData values have the type list[Any] | None. This leads to all kinds of type checking issues. It would be helpful to be able to assign a type to IntervalData or SparseData.
list[Any] | None
IntervalData and SparseData values have the type
list[Any] | None
. This leads to all kinds of type checking issues. It would be helpful to be able to assign a type to IntervalData or SparseData.