Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Feb 16, 2025
1 parent 2f9e8f7 commit ecfb381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_fortran.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import timing

from transpyle.general import AstGeneralizer, Binder, CodeReader, Compiler, Parser, Unparser
from transpyle.general.exc import ExternalToolError
try:
from transpyle.fortran.parser import FortranParser
except (ImportError, ExternalToolError):
Expand Down

0 comments on commit ecfb381

Please sign in to comment.