Skip to content

Commit

Permalink
MNT: Add back in mpl example now that mpl2nc is fixed. (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman authored Nov 26, 2024
1 parent 9b3f68c commit 20cbf85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/io/mpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def read_sigma_mplv5(
"""
if not MPLIMPORT:
raise ImportError(
'The module mpl2nc is not installed and is needed to read ' 'mpl binary files!'
'The module mpl2nc is not installed and is needed to read mpl binary files!'
)

if isinstance(filename, str):
Expand Down
File renamed without changes.

0 comments on commit 20cbf85

Please sign in to comment.