Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Oct 4, 2023
1 parent 0ded7a5 commit 658da5d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/test_1d/test_forward_1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import pytest
import scipy
import torch
from numpy.testing import assert_almost_equal

import pytorch_finufft

Expand Down
1 change: 0 additions & 1 deletion tests/test_2d/test_forward_2d.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import finufft
import numpy as np
import pytest
import torch
Expand Down
3 changes: 0 additions & 3 deletions tests/test_3d/test_forward_3d.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import finufft
import numpy as np
import pytest
import scipy
import torch
from numpy.random import standard_normal

import pytorch_finufft

Expand Down

0 comments on commit 658da5d

Please sign in to comment.