Drop unused `read_src_from_key: bool` to `.format_to_1d()`
parent
c5dd67e63c
commit
3638ae8d3e
|
@ -252,7 +252,6 @@ class IncrementalFormatter(msgspec.Struct):
|
|||
array_key: str,
|
||||
profiler: Profiler,
|
||||
|
||||
read_src_from_key: bool = True,
|
||||
slice_to_inview: bool = True,
|
||||
|
||||
) -> tuple[
|
||||
|
|
Loading…
Reference in New Issue