Skip to content

Commit

Permalink
ignore ruff PLR0913
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Oct 19, 2023
1 parent 6f43d03 commit d97b476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/kedro_datasets/xarray/geotiff_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class GeoTiffDataset(AbstractVersionedDataset[xarray.DataArray, xarray.DataArray
DEFAULT_LOAD_ARGS: Dict[str, Any] = {}
DEFAULT_SAVE_ARGS: Dict[str, Any] = {}

def __init__(
def __init__( # noqa: PLR0913
self,
filepath: str,
load_args: Dict[str, Any] = None,
Expand Down

0 comments on commit d97b476

Please sign in to comment.