Skip to content

Commit fc473fe

Browse files
authored
Update src/anomalib/data/transforms/center_crop.py
1 parent 4f0a596 commit fc473fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/anomalib/data/transforms/center_crop.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
# Copyright (C) 2024 Intel Corporation
1010
# SPDX-License-Identifier: Apache-2.0
1111

12-
from typing import Any, Sequence
12+
from collections.abc import Sequence
13+
from typing import Any
1314

1415
import torch
1516
from torch.nn.functional import pad

0 commit comments

Comments
 (0)