From 59bcad45030a9abce369e5acaf6aa726fb48a5c8 Mon Sep 17 00:00:00 2001 From: monai-bot <64792179+monai-bot@users.noreply.github.com> Date: Mon, 21 Aug 2023 08:35:33 +0100 Subject: [PATCH] auto updates (#6893) Signed-off-by: monai-bot Signed-off-by: monai-bot --- monai/metrics/fid.py | 1 - tests/test_compose.py | 1 - 2 files changed, 2 deletions(-) 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,