Skip to content

Commit

Permalink
Add missing imports in storages.pumped_hydro
Browse files Browse the repository at this point in the history
Fixes/#849
  • Loading branch information
AmeliaNadal committed Jul 28, 2022
2 parents 92af857 + 4fd22f3 commit eac8f2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,8 @@ Bug Fixes
`#776 <https://github.com/openego/eGon-data/issues/776>`_
* Fix model load timeseries in motorized individual travel
`#830 <https://github.com/openego/eGon-data/issues/830>`_
* Add imports that have been wrongly deleted
`#849 <https://github.com/openego/eGon-data/issues/849>`_
* Fix final demand of heat demand timeseries
`#781 <https://github.com/openego/eGon-data/issues/781>`_

Expand Down
3 changes: 2 additions & 1 deletion src/egon/data/datasets/storages/pumped_hydro.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import geopandas as gpd
import pandas as pd

from egon.data import db
from egon.data import config, db
from egon.data.datasets.chp.match_nep import match_nep_chp
from egon.data.datasets.chp.small_chp import assign_use_case
from egon.data.datasets.power_plants import (
Expand All @@ -17,6 +17,7 @@
filter_mastr_geometry,
select_target,
)
import egon.data.config


def select_nep_pumped_hydro():
Expand Down

0 comments on commit eac8f2e

Please sign in to comment.