We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e6504 commit 1233b7bCopy full SHA for 1233b7b
array_api_compat/torch/fft.py
@@ -3,7 +3,7 @@
3
from collections.abc import Sequence
4
from typing import Literal
5
6
-import torch
+import torch # noqa: F401
7
import torch.fft
8
9
from ._typing import Array
0 commit comments