Skip to content

Commit

Permalink
Fix pydantic naming error (try again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daafip committed Apr 22, 2024
1 parent a6bcabe commit 925c8a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ewatercycle_HBV/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,4 @@ class HBV(ContainerizedModel, HBVMethods):

class HBVLocal(LocalModel, HBVMethods):
"""The HBV eWaterCycle model, with the local BMI."""
HBV_bmi: "<class 'HBV.HBV_bmi.HBV'>" = import_bmi()
bmi_class: Type[Bmi] = HBV_bmi
bmi_class: Type[Bmi] = import_bmi()

0 comments on commit 925c8a2

Please sign in to comment.