Skip to content

Commit 60be13a

Browse files
Format
1 parent d5bb782 commit 60be13a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

imod/mf6/lak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
import pathlib
99
import textwrap
1010
from collections import defaultdict
11-
from typing import Any, Dict
1211
from pathlib import Path
12+
from typing import Any, Dict
1313

1414
import jinja2
1515
import numpy as np

imod/tests/test_mf6/test_mf6_lak.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ def test_lake_render__options(lake_package):
5353
lake_package.dataset["stagefile"] = Path("path/to/stagefile.bin")
5454
lake_package.dataset["budgetfile"] = "path/to/budgetfile.bin"
5555
lake_package.dataset["budgetcsvfile"] = "path/to/budgetcsvfile.bin"
56-
lake_package._validate_init_schemata(True) # Verify that added options pass validation.
56+
lake_package._validate_init_schemata(
57+
True
58+
) # Verify that added options pass validation.
5759
actual = lake_package._render(None, None, None, False)
5860
expected = textwrap.dedent(
5961
"""\

0 commit comments

Comments
 (0)