Skip to content

Commit

Permalink
minor: remove unused import of pyfftw
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 4, 2024
1 parent ce4b83d commit eb204df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pylops/signalprocessing/chirpradon3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
pyfftw_message = deps.pyfftw_import("the chirpradon3d module")

if pyfftw_message is None:
import pyfftw

from ._chirpradon3d import _chirp_radon_3d_fftw

logging.basicConfig(format="%(levelname)s: %(message)s", level=logging.WARNING)
Expand Down

0 comments on commit eb204df

Please sign in to comment.