Skip to content

Commit eaa9987

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

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)