Update scripts/prepare_sector_network.py

code style update

Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
This commit is contained in:
Iegor Riepin 2022-06-30 17:15:41 +02:00 committed by GitHub
parent b4d0a8404c
commit eddeb227a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -385,7 +385,7 @@ def add_carrier_buses(n, carrier, nodes=None):
n.add("Carrier", carrier)
unit="MWh_LHV" if carrier=="gas" else "MWH_th"
unit = "MWh_LHV" if carrier == "gas" else "MWh_th"
n.madd("Bus",
nodes,