Index: DamClients/DamPythonInterface/trunk/src/tests/test_input.py =================================================================== diff -u -r3503 -r3504 --- DamClients/DamPythonInterface/trunk/src/tests/test_input.py (.../test_input.py) (revision 3503) +++ DamClients/DamPythonInterface/trunk/src/tests/test_input.py (.../test_input.py) (revision 3504) @@ -19,8 +19,6 @@ # Stichting Deltares and remain full property of Stichting Deltares at all times. # All rights reserved. - -from trunk.src.dampythoninterface.location import Location from typing import List import pytest from pathlib import Path @@ -56,7 +54,7 @@ StabilityOptions, IntrusionVerticalWaterPressureType, DikeSoilScenarioType, - ZoneTypeClass + ZoneTypeClass, ) from .utils import TestUtils