Skip to content

Commit ecfb381

Browse files
committed
fix: missing import
1 parent 2f9e8f7 commit ecfb381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_fortran.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import timing
1212

1313
from transpyle.general import AstGeneralizer, Binder, CodeReader, Compiler, Parser, Unparser
14+
from transpyle.general.exc import ExternalToolError
1415
try:
1516
from transpyle.fortran.parser import FortranParser
1617
except (ImportError, ExternalToolError):

0 commit comments

Comments
 (0)