Skip to content

Commit 56b8962

Browse files
committed
fix: intendation error
1 parent e2abf31 commit 56b8962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

seasenselib/pipeline/derivation/handlers/depth_derivation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def can_derive(self, dataset: xr.Dataset) -> bool:
7575

7676
return True
7777

78-
def derive(self, dataset: xr.Dataset) -> Tuple[Dict[str, xr.DataArray], List[str]]:
78+
def derive(self, dataset: xr.Dataset) -> Tuple[Dict[str, xr.DataArray], List[str]]:
7979
"""Derive depth from pressure and latitude."""
8080
gsw = _get_gsw()
8181
if gsw is None:

0 commit comments

Comments
 (0)