Skip to content

Commit

Permalink
Import db functions from etrago
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Sep 25, 2023
1 parent 99a3d7a commit c081a17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etrago/tools/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@
import pandas as pd

if "READTHEDOCS" not in os.environ:
from egoio.tools import db
from etrago.tools import db

from etrago import __version__
from etrago.cluster.disaggregation import run_disaggregation
from etrago.cluster.electrical import ehv_clustering, run_spatial_clustering
from etrago.cluster.gas import run_spatial_clustering_gas
from etrago.cluster.snapshot import skip_snapshots, snapshot_clustering
from etrago.tools import db
from etrago.tools.calc_results import calc_etrago_results
from etrago.tools.execute import (
dispatch_disaggregation,
Expand Down

0 comments on commit c081a17

Please sign in to comment.