Skip to content

Commit 3aae254

Browse files
committed
fix black errors
1 parent 0b467a3 commit 3aae254

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

PyStemmusScope/bmi/variable_reference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class BmiVariable:
122122
units="-",
123123
grid=0,
124124
keys=["gwfluxes", "indxRchrg"],
125-
),
125+
),
126126
# groundwater (coupling) vars
127127
BmiVariable(
128128
name="groundwater_coupling_enabled",
@@ -159,5 +159,5 @@ class BmiVariable:
159159
units="cm",
160160
grid=0,
161161
keys=["GroundwaterSettings", "topLevel"],
162-
),
162+
),
163163
)

PyStemmusScope/config_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def _copy_data(input_dir: Path, config: dict) -> None:
137137
"Remove the key from the config file or provide the file."
138138
)
139139

140+
140141
def _update_config_file(
141142
input_dir: Path,
142143
output_dir: Path,

0 commit comments

Comments
 (0)