From 3e525054677aaaa1ce5652e82ec11739b4445ae7 Mon Sep 17 00:00:00 2001 From: Julia Dark <24235303+jp-dark@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:01:50 -0500 Subject: [PATCH] Remove unnecessary `has_channel_axis` create param (#247) --- python-spec/src/somacore/spatial.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python-spec/src/somacore/spatial.py b/python-spec/src/somacore/spatial.py index 0373107..3879b77 100644 --- a/python-spec/src/somacore/spatial.py +++ b/python-spec/src/somacore/spatial.py @@ -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: