Skip to content

Commit

Permalink
Fixing: imports are incorrectly sorted
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Robinet <[email protected]>
  • Loading branch information
Lucas-rbnt committed Nov 25, 2024
1 parent 337ddb3 commit d8f6d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/networks/blocks/selfattention.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from __future__ import annotations

from typing import Tuple, Union, Optional
from typing import Optional, Tuple, Union

import torch
import torch.nn as nn
Expand Down

0 comments on commit d8f6d6f

Please sign in to comment.