diff --git a/scripts/helpers.py b/scripts/helpers.py index 884bed47..863362d2 100644 --- a/scripts/helpers.py +++ b/scripts/helpers.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- import logging -import subprocess import os import shutil +import subprocess import zipfile from pathlib import Path diff --git a/scripts/solve_network.py b/scripts/solve_network.py index c4b227af..b1775195 100644 --- a/scripts/solve_network.py +++ b/scripts/solve_network.py @@ -8,8 +8,7 @@ import numpy as np import pandas as pd import pypsa -from helpers import override_component_attrs -from helpers import update_config +from helpers import override_component_attrs, update_config from pypsa.linopf import ilopf, network_lopf from pypsa.linopt import define_constraints, get_var, join_exprs, linexpr from vresutils.benchmark import memory_logger