Skip to content

Commit bd4d515

Browse files
committed
Lint fix
1 parent b523fc7 commit bd4d515

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/convolution_2d.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
=================
44
"""
55

6-
76
#######################################################################################
87
# Import packages
98
# ---------------

pytorch_finufft/functional.py

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

450450
@staticmethod
451-
def setup_context( # type: ignore[override]
451+
def setup_context(
452452
ctx: Any,
453453
inputs: Tuple[
454454
torch.Tensor,

0 commit comments

Comments
 (0)