Skip to content

Commit 8eca43a

Browse files
committed
Merge branch 'numpy2_reintro' of github.com:ericspod/MONAI into numpy2_reintro
2 parents 0cdfe12 + eaa9987 commit 8eca43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/losses/sure_loss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from __future__ import annotations
1313

14-
from typing import Callable, Optional, cast
14+
from typing import Callable, Optional
1515

1616
import torch
1717
import torch.nn as nn

0 commit comments

Comments
 (0)