Skip to content

Commit

Permalink
Make ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Dec 18, 2024
1 parent c8ba592 commit 9964d0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyam/netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def read_netcdf(path):
)


def to_xarray(data_series : pd.Series, meta: pd.DataFrame):
def to_xarray(data_series: pd.Series, meta: pd.DataFrame):
"""Convert timeseries data and meta indicators to an xarray Dataset
Returns
Expand Down Expand Up @@ -130,4 +130,5 @@ def to_xarray(data_series : pd.Series, meta: pd.DataFrame):
dims=META_IDX,
name=meta_indicator,
)

return dataset

0 comments on commit 9964d0e

Please sign in to comment.