Skip to content

Commit 3e52505

Browse files
authored
Remove unnecessary has_channel_axis create param (#247)
1 parent 6243608 commit 3e52505

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python-spec/src/somacore/spatial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,6 @@ def create(
537537
"y",
538538
),
539539
data_axis_order: Optional[Sequence[str]] = None,
540-
has_channel_axis: bool = True,
541540
platform_config: Optional[options.PlatformConfig] = None,
542541
context: Optional[Any] = None,
543542
) -> Self:

0 commit comments

Comments
 (0)