Skip to content

Commit

Permalink
minor: remove unused numpy in _fourierradon2d_numba and _fourierradon…
Browse files Browse the repository at this point in the history
…3d_numba
  • Loading branch information
mrava87 committed Oct 3, 2024
1 parent 75e0bd4 commit eae55b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pylops/signalprocessing/_fourierradon2d_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from cmath import exp
from math import pi

import numpy as np
from numba import jit, prange

# detect whether to use parallel or not
Expand Down
1 change: 0 additions & 1 deletion pylops/signalprocessing/_fourierradon3d_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from cmath import exp
from math import pi

import numpy as np
from numba import jit, prange

# detect whether to use parallel or not
Expand Down

0 comments on commit eae55b8

Please sign in to comment.