We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff6454 commit 8cac25cCopy full SHA for 8cac25c
src/mdio/api/create.py
@@ -27,7 +27,7 @@
27
from mdio.core.dimension import Dimension
28
29
30
-def create_empty( # noqa PLR0913
+def create_empty(
31
mdio_template: AbstractDatasetTemplate | str,
32
dimensions: list[Dimension],
33
output_path: UPath | Path | str | None,
@@ -89,7 +89,7 @@ def create_empty( # noqa PLR0913
89
return xr_dataset
90
91
92
-def create_empty_like( # noqa PLR0913
+def create_empty_like(
93
input_path: UPath | Path | str,
94
output_path: UPath | Path | str,
95
keep_coordinates: bool = False,
0 commit comments