Skip to content

Commit

Permalink
#2460 lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oakleybrunt committed May 14, 2024
1 parent 9395249 commit 66d2e47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/psyclone/domain/lfric/lfric_psy.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
from collections import OrderedDict

from psyclone.configuration import Config
from psyclone.domain.lfric import LFRicConstants, LFRicSymbolTable, LFRicInvokes
from psyclone.domain.lfric import (LFRicConstants, LFRicSymbolTable,
LFRicInvokes)
from psyclone.f2pygen import ModuleGen, UseGen, PSyIRGen
from psyclone.psyGen import PSy, InvokeSchedule
from psyclone.psyir.nodes import ScopingNode
Expand Down Expand Up @@ -175,6 +176,7 @@ def gen(self):
# Return the root node of the generated code
return psy_module.root


# ---------- Documentation utils -------------------------------------------- #
# The list of module members that we wish AutoAPI to generate
# documentation for. (See https://psyclone-ref.readthedocs.io)
Expand Down

0 comments on commit 66d2e47

Please sign in to comment.