Skip to content

Commit 1233b7b

Browse files
committed
fix linting
1 parent 31e6504 commit 1233b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_compat/torch/fft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from collections.abc import Sequence
44
from typing import Literal
55

6-
import torch
6+
import torch # noqa: F401
77
import torch.fft
88

99
from ._typing import Array

0 commit comments

Comments
 (0)