Skip to content

Commit d8f6d6f

Browse files
committed
Fixing: imports are incorrectly sorted
Signed-off-by: Lucas Robinet <[email protected]>
1 parent 337ddb3 commit d8f6d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/networks/blocks/selfattention.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 Tuple, Union, Optional
14+
from typing import Optional, Tuple, Union
1515

1616
import torch
1717
import torch.nn as nn

0 commit comments

Comments
 (0)