Skip to content

Commit

Permalink
#2845 fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
arporter committed Jan 30, 2025
1 parent 36d2dfa commit 63dbeaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/psyclone/psyir/symbols/symbol_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from collections.abc import Iterable
import inspect
import copy
from typing import Any, List, Optional, Set, Union
from typing import Any, List, Optional, Union

from psyclone.configuration import Config
from psyclone.errors import InternalError
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ def test_validate_fail_to_get_psyir(fortran_reader):
PSyIR for the called routine cannot be found.
'''
config = Config.get()
# ARPDBG - fix for python 3.8.20 where it seems that the fixture to clean
# the Config singleton isn't working correctly.
config = Config.get()
config.include_paths = []
# ARPDBG - end fix.
intrans = KernelModuleInlineTrans()
Expand Down

0 comments on commit 63dbeaf

Please sign in to comment.