Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Sep 28, 2023
1 parent fd11030 commit 39afc95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kedro-datasets/kedro_datasets/xarray/geotiff_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

class GeoTiffDataset(AbstractVersionedDataset[xarray.DataArray, xarray.DataArray]):
"""``GeoTiffDataset`` loads and saves geotiff files and reads them as xarray
DataArrays. """
DataArrays."""

def __init__(
self,
filepath: str,
Expand Down

0 comments on commit 39afc95

Please sign in to comment.