Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
barneydobson committed Oct 1, 2024
1 parent eb0f9b6 commit a0ef857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_land.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from wsimod.nodes.nodes import Node
from wsimod.nodes.sewer import Sewer
from wsimod.nodes.storage import Reservoir
from wsimod.nodes.tanks import Tank
from wsimod.nodes.tanks import Tank, DecayTank
from wsimod.orchestration.model import to_datetime

from pathlib import Path
Expand Down

0 comments on commit a0ef857

Please sign in to comment.