Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Dec 22, 2020
1 parent 838ad99 commit a68ec41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshio/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
except ImportError:
try:
import importlib_metadata as metadata
except:
except ImportError:
__version__ = "unknown"

try:
Expand Down

0 comments on commit a68ec41

Please sign in to comment.