Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Sep 28, 2023
1 parent ee2a1f3 commit 74b0c5b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions kedro-datasets/kedro_datasets/xarray/geotiff_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@


class GeoTiffDataset(AbstractVersionedDataset[xarray.DataArray, xarray.DataArray]):
def __init__(self, filepath: str,
def __init__(
self,
filepath: str,
load_args: Dict[str, Any] = None,
save_args: Dict[str, Any] = None,
version: Version = None):
version: Version = None,
):
"""Creates a new instance of ``GeoTiffDataset`` pointing to a concrete
tiff or tif file with geospatial data.
Expand Down

0 comments on commit 74b0c5b

Please sign in to comment.