Skip to content

Commit 333b242

Browse files
nkarasiakgithub-actions[bot]
authored andcommitted
style(ruff) : automatic lint/format
1 parent a15120d commit 333b242

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
@@ -112,7 +112,7 @@ def zonal_stats(
112112
):
113113
if method == "geocube":
114114
from geocube.api.core import make_geocube
115-
115+
116116
gdf["tmp_index"] = np.arange(gdf.shape[0])
117117
out_grid = make_geocube(
118118
gdf,

0 commit comments

Comments
 (0)