Skip to content

Commit

Permalink
Remove except duplicate in io/siemens
Browse files Browse the repository at this point in the history
  • Loading branch information
Daval-G committed Dec 10, 2024
1 parent 432df36 commit 4ff1bf0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/mrinufft/io/siemens.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ def read_siemens_rawdat(
"""
try:
from mapvbvd import mapVBVD
except ImportError as err:
raise ImportError(
"The mapVBVD module is not available. Please install it using "
"the following command: pip install pymapVBVD"
) from err
except ImportError as err:
raise ImportError(
"The mapVBVD module is not available. Please install "
Expand Down

0 comments on commit 4ff1bf0

Please sign in to comment.