Skip to content

Commit 8cac25c

Browse files
authored
Remove unnecessary noqa
1 parent 2ff6454 commit 8cac25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mdio/api/create.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from mdio.core.dimension import Dimension
2828

2929

30-
def create_empty( # noqa PLR0913
30+
def create_empty(
3131
mdio_template: AbstractDatasetTemplate | str,
3232
dimensions: list[Dimension],
3333
output_path: UPath | Path | str | None,
@@ -89,7 +89,7 @@ def create_empty( # noqa PLR0913
8989
return xr_dataset
9090

9191

92-
def create_empty_like( # noqa PLR0913
92+
def create_empty_like(
9393
input_path: UPath | Path | str,
9494
output_path: UPath | Path | str,
9595
keep_coordinates: bool = False,

0 commit comments

Comments
 (0)