Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Oct 5, 2023
1 parent c432da6 commit 074229d
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 @@ -108,4 +108,4 @@ def _describe(self) -> Dict[str, Any]:
def _invalidate_cache(self) -> None:
"""Invalidate underlying filesystem caches."""
filepath = get_filepath_str(self._filepath, self._protocol)
self._fs.invalidate_cache(filepath)
self._fs.invalidate_cache(filepath)

0 comments on commit 074229d

Please sign in to comment.