Skip to content

Commit

Permalink
#2460 removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
oakleybrunt committed May 15, 2024
1 parent 66d2e47 commit acce9cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/psyclone/dynamo0p3.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
KernCallArgList,
LFRicCollection, LFRicConstants,
LFRicSymbolTable, LFRicKernCallFactory,
LFRicKern, LFRicInvokes, LFRicTypes,
LFRicLoop)
LFRicKern, LFRicTypes, LFRicLoop)
from psyclone.errors import GenerationError, InternalError, FieldNotFoundError
from psyclone.f2pygen import (AllocateGen, AssignGen, CallGen, CommentGen,
DeallocateGen, DeclGen, DoGen,
Expand Down

0 comments on commit acce9cf

Please sign in to comment.