Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Feb 5, 2024
1 parent b523fc7 commit bd4d515
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/convolution_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
=================
"""


#######################################################################################
# Import packages
# ---------------
Expand Down
2 changes: 1 addition & 1 deletion pytorch_finufft/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ class FinufftType3(torch.autograd.Function):
ISIGN_DEFAULT = -1 # note: FINUFFT default is 1

@staticmethod
def setup_context( # type: ignore[override]
def setup_context(
ctx: Any,
inputs: Tuple[
torch.Tensor,
Expand Down

0 comments on commit bd4d515

Please sign in to comment.