Skip to content

Commit

Permalink
ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WMLKalthof committed Nov 28, 2024
1 parent 7fd2141 commit dbbc91a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geb/setup/geb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3787,8 +3787,6 @@ def setup_well_prices_by_reference_year_global(

for _, region in self.geoms["areamaps/regions"].iterrows():
region_id = str(region["region_id"])
region_id_int = region["region_id"]
region_ISO3 = self.geoms["areamaps/regions"].iloc[region_id_int]["ISO3"]

prices = pd.Series(index=range(start_year, end_year + 1))

Expand Down

0 comments on commit dbbc91a

Please sign in to comment.