Skip to content

Commit

Permalink
Follow up to #1099
Browse files Browse the repository at this point in the history
I forgot to actually remove the property
  • Loading branch information
Hofer-Julian committed Feb 9, 2024
1 parent 94a02aa commit 59bc023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ribasim/ribasim/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ class Model(FileModel):
starttime: datetime.datetime
endtime: datetime.datetime

update_timestep: datetime.timedelta = datetime.timedelta(seconds=86400)
input_dir: Path = Field(default_factory=lambda: Path("."))
results_dir: Path = Field(default_factory=lambda: Path("results"))

Expand Down

0 comments on commit 59bc023

Please sign in to comment.