Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 25, 2023
1 parent aa4bc35 commit 481c482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/helpers.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
import logging
import subprocess
import os
import shutil
import subprocess
import zipfile
from pathlib import Path

Expand Down
3 changes: 1 addition & 2 deletions scripts/solve_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 481c482

Please sign in to comment.