Skip to content

Commit

Permalink
removed duplicated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Jul 9, 2024
1 parent 1ade8c5 commit 95642ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/dflowfm/test_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,8 +806,6 @@ def test_network_netcdf_consistency(tmp_path):
def test_network_netcdf_consistency_corrupt_file(tmp_path):
# a network written with hydrolib-core<=0.7.0, before
# https://github.com/Deltares/HYDROLIB-core/issues/682 was fixed
from hydrolib.core.dflowfm import NetworkModel
import xarray as xr

model = NetworkModel()
model.network.mesh2d_create_rectilinear_within_extent(
Expand Down

0 comments on commit 95642ba

Please sign in to comment.