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