Skip to content

Commit

Permalink
happify mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Feb 13, 2024
1 parent 5e763b8 commit ae49fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ribasim_testmodels/ribasim_testmodels/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ def basic_transient_model() -> ribasim.Model:
"level": 1.4,
}
)
model.basin.time = forcing
model.basin.state = state
model.basin.time = forcing # type: ignore # TODO: Fix implicit typing from pydantic. See TableModel.check_dataframe
model.basin.state = state # type: ignore # TODO: Fix implicit typing from pydantic. See TableModel.check_dataframe

return model

Expand Down

0 comments on commit ae49fb2

Please sign in to comment.