Drop unused `read_src_from_key: bool` to `.format_to_1d()`
parent
0b28795b52
commit
be9f1a1aef
|
@ -251,7 +251,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