Skip to content

Commit

Permalink
#2716 more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
arporter committed Oct 3, 2024
1 parent 08f18c8 commit 53147c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/psyclone/domain/lfric/lfric_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def _create_generic_scalars():
'''
GenericScalar = namedtuple('GenericScalar', ["name", "intrinsic",
"precision"])
api_config = Config.get().api_conf("lfric")

generic_scalar_datatypes = [
GenericScalar("LFRicIntegerScalar", ScalarType.Intrinsic.INTEGER,
Expand Down

0 comments on commit 53147c6

Please sign in to comment.