Skip to content

Commit 130d7e2

Browse files
nkarasiakgithub-actions[bot]
authored andcommitted
style(ruff) : automatic lint/format
1 parent a28db91 commit 130d7e2

File tree

1 file changed

+1
-1
lines changed
  • earthdaily/earthdatastore/cube_utils

1 file changed

+1
-1
lines changed

earthdaily/earthdatastore/cube_utils/_zonal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def zonal_stats(
126126
zonal_stats["stats"] = operations
127127
zonal_stats["index"] = gdf.index
128128
return zonal_stats.rename(dict(index="feature"))
129-
129+
130130
tqdm_bar = tqdm.tqdm(total=gdf.shape[0])
131131

132132
if dataset.rio.crs != gdf.crs:

0 commit comments

Comments
 (0)