Skip to content

Commit

Permalink
refactor dry well model
Browse files Browse the repository at this point in the history
  • Loading branch information
austinorr committed Jun 15, 2023
1 parent f25742d commit 43c7d64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nereid/nereid/api/api_v1/models/treatment_facility_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ class DryWellFacility(FacilityBase):
_constructor: str = "dry_well_facility_constructor"


class DryWellFacilityFlowOrVolume(FacilityBase):
total_volume_cuft: float
treatment_rate_cfs: float
class DryWellFacilityFlowOrVolume(FlowFacility, DryWellFacility):
_constructor: str = "dry_well_facility_flow_or_volume_constructor"


Expand Down

0 comments on commit 43c7d64

Please sign in to comment.