Skip to content

Commit

Permalink
Update examples/serve/panels-demo/compute_indexes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pontus Lurcock <[email protected]>
  • Loading branch information
forman and pont-us authored Nov 13, 2024
1 parent 0d5daed commit 170ecb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/serve/panels-demo/compute_indexes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import xarray as xr


def compute_indexes(dataset):
def compute_indexes(dataset: xr.Dataset) -> xr.Dataset:
b04 = dataset.B04
b05 = dataset.B05
b06 = dataset.B06
Expand Down

0 comments on commit 170ecb3

Please sign in to comment.