diff --git a/monai/metrics/fid.py b/monai/metrics/fid.py index 194d596f67..d655ac1bee 100644 --- a/monai/metrics/fid.py +++ b/monai/metrics/fid.py @@ -9,7 +9,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations import numpy as np diff --git a/tests/test_compose.py b/tests/test_compose.py index 5517eb5fd0..453ae3868d 100644 --- a/tests/test_compose.py +++ b/tests/test_compose.py @@ -564,7 +564,6 @@ def test_compose_with_logger(self, keys, pipeline): ], ] - TEST_COMPOSE_LAZY_ON_CALL_LOGGING_TEST_CASES = [ [ mt.Compose,