Skip to content

Commit 5c98e46

Browse files
committed
chore: housekeeping
1 parent a850edb commit 5c98e46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

transpyle/fortran/compiler_interface.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ class GfortranInterface(CompilerInterface):
3636

3737

3838
class Gfortran(ExternalTool):
39-
40-
"""GNU Fortran compiler tool."""
39+
"""Define requirements for GNU Fortran compiler."""
4140

4241
path = GfortranInterface._executables['']
4342
_version_arg = '--version'

0 commit comments

Comments
 (0)