From a9b09e4ae4fa03725575c6fcf3ab2ad3a81c992d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 13:27:06 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- scripts/solve_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/solve_network.py b/scripts/solve_network.py index 9757597f..c7e16de2 100755 --- a/scripts/solve_network.py +++ b/scripts/solve_network.py @@ -565,4 +565,4 @@ if __name__ == "__main__": n.meta = dict(snakemake.config, **dict(wildcards=dict(snakemake.wildcards))) n.export_to_netcdf(snakemake.output[0]) - logger.info("Maximum memory usage: {}".format(mem.mem_usage)) \ No newline at end of file + logger.info("Maximum memory usage: {}".format(mem.mem_usage))