Skip to content

Commit

Permalink
Remove unnecessary has_channel_axis create param (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-dark authored Nov 8, 2024
1 parent 6243608 commit 3e52505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python-spec/src/somacore/spatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ def create(
"y",
),
data_axis_order: Optional[Sequence[str]] = None,
has_channel_axis: bool = True,
platform_config: Optional[options.PlatformConfig] = None,
context: Optional[Any] = None,
) -> Self:
Expand Down

0 comments on commit 3e52505

Please sign in to comment.