From c081a174533fda2a10d925e938ecb1d48925cfba Mon Sep 17 00:00:00 2001 From: ClaraBuettner Date: Mon, 25 Sep 2023 15:42:28 +0200 Subject: [PATCH] Import db functions from etrago --- etrago/tools/network.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etrago/tools/network.py b/etrago/tools/network.py index a98a45f1..eeb8dd02 100644 --- a/etrago/tools/network.py +++ b/etrago/tools/network.py @@ -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,