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 Apr 26, 2024
1 parent 3d9d7ea commit 2522ff2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/prepare_sector_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,11 @@ def add_links_elec_routing_new_H2_pipelines():
else:
add_links_new_H2_pipelines()
else:
print("No existing gas network; applying greenfield for H2 network") #TODO change to logger.info
add_links_elec_routing_new_H2_pipelines()
print(
"No existing gas network; applying greenfield for H2 network"
) # TODO change to logger.info
add_links_elec_routing_new_H2_pipelines()


def define_spatial(nodes):
"""
Expand Down

0 comments on commit 2522ff2

Please sign in to comment.