Skip to content

Commit

Permalink
removed cast import
Browse files Browse the repository at this point in the history
  • Loading branch information
ynonaolga committed Nov 16, 2022
1 parent b8bb397 commit 00b7ca7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch/nn/functional.py
Expand Up @@ -23,7 +23,6 @@
from . import grad # noqa: F401
from .modules import utils
from .modules.utils import _single, _pair, _triple, _list_with_default
from typing import cast


Tensor = torch.Tensor
Expand Down

0 comments on commit 00b7ca7

Please sign in to comment.