Skip to content

Commit 71d1435

Browse files
committed
Lint fix
1 parent 3079893 commit 71d1435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_finufft/functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ class FinufftType3(torch.autograd.Function):
453453
ISIGN_DEFAULT = -1 # note: FINUFFT default is 1
454454

455455
@staticmethod
456-
def setup_context( # type: ignore[override]
456+
def setup_context(
457457
ctx: Any,
458458
inputs: Tuple[
459459
torch.Tensor,

0 commit comments

Comments
 (0)