Skip to content

Commit c8b99e4

Browse files
mjrenomjreno
authored andcommitted
lint try 1
1 parent e6f88f1 commit c8b99e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flopy4/mf6/converter/unstructure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _hack_structured_grid_dims(
9090
)
9191

9292

93-
def _hack_period_non_numeric(name, value) -> dict:
93+
def _hack_period_non_numeric(name: str, value: xr.DataArray) -> tuple[str, dict[int, str]]:
9494
match value.dtype:
9595
case np.bool:
9696
data = {kper: "" for kper in range(value.sizes["nper"]) if value.values[kper]}

0 commit comments

Comments
 (0)