Skip to content

Commit a68ec41

Browse files
committed
lint fix
1 parent 838ad99 commit a68ec41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshio/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
except ImportError:
55
try:
66
import importlib_metadata as metadata
7-
except:
7+
except ImportError:
88
__version__ = "unknown"
99

1010
try:

0 commit comments

Comments
 (0)