Skip to content

Commit

Permalink
please linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSt98 committed Nov 25, 2024
1 parent 8fdf8f4 commit fa94623
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions loki/batch/tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2952,6 +2952,9 @@ def test_scheduler_indirect_import(frontend, tmp_path, enable_imports, import_le
elif import_level == 'subroutine':
module_import_stmt = ""
routine_import_stmt = "use b_mod, only: type_b, global_a"
else:
module_import_stmt = ""
routine_import_stmt = ""

fcode_mod_c = f"""
module c_mod
Expand Down

0 comments on commit fa94623

Please sign in to comment.