Skip to content

Commit

Permalink
#1010 Fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sergisiso committed Feb 14, 2025
1 parent c1481f1 commit cd5b832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psyclone/domain/lfric/lfric_loop_bounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
required for specifying loop limits within an LFRic PSy-layer routine.'''

from psyclone.domain.lfric import LFRicCollection, LFRicLoop
from psyclone.psyir.nodes import Assignment, Reference, Loop
from psyclone.psyir.nodes import Assignment, Reference


class LFRicLoopBounds(LFRicCollection):
Expand Down

0 comments on commit cd5b832

Please sign in to comment.