Skip to content

Commit 4aca7e6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent aac82f5 commit 4aca7e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

monai/engines/workflow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
import warnings
1515
from collections.abc import Callable, Iterable, Sequence
16-
from typing import TYPE_CHECKING, Any, Sized
16+
from typing import TYPE_CHECKING, Any
17+
from collections.abc import Sized
1718

1819
import torch
1920
import torch.distributed as dist

0 commit comments

Comments
 (0)