Skip to content

Commit 1b240cb

Browse files
Fix lint
Signed-off-by: Thara Palanivel <[email protected]>
1 parent 521dc97 commit 1b240cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fms_mo/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
try:
1717
# Local
18-
from ._version import __version__, __version_tuple__
19-
except Exception as e:
18+
from ._version import __version__
19+
except ImportError as e:
2020
# Standard
2121
import warnings
2222

0 commit comments

Comments
 (0)