Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Sep 26, 2023
1 parent 03d64a5 commit b1cd84f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/run_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ def process(self, xr: DataArray) -> DataArray:
return set_stac_properties(xr, ds)


def get_areas(region_code: Optional[str] = None, region_index: Optional[str] = None) -> gpd.GeoDataFrame:
def get_areas(
region_code: Optional[str] = None, region_index: Optional[str] = None
) -> gpd.GeoDataFrame:
with fsspec.open(GRID_URL) as f:
grid = gpd.read_parquet(f)
areas = None
Expand Down

0 comments on commit b1cd84f

Please sign in to comment.