Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/forman-x-dashi' into forman-x-dashi
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Nov 13, 2024
2 parents 985c39f + 170ecb3 commit cc312bb
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 cc312bb

Please sign in to comment.