Skip to content

Commit d3aca00

Browse files
committed
Remove unused import
1 parent 01ea3ea commit d3aca00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

loki/build/compiler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from pathlib import Path
1313

1414
from loki.logging import info, debug
15-
from loki.tools import execute, as_tuple, flatten, delete
15+
from loki.tools import execute, as_tuple, delete
1616

1717

1818
__all__ = [
@@ -54,7 +54,7 @@ def compile_and_load(filename, cwd=None, f90wrap_kind_map=None, compiler=None):
5454
supported via the ``f2py`` and ``f90wrap`` packages.
5555
5656
Parameters
57-
-----
57+
----------
5858
filename : str
5959
The source file to be compiled.
6060
cwd : str, optional

0 commit comments

Comments
 (0)