Skip to content

Commit

Permalink
mpi: squash
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Feb 16, 2024
1 parent fc86bdb commit be34f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devito/passes/clusters/cse.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from devito.symbolics import estimate_cost, q_leaf
from devito.symbolics.manipulation import _uxreplace
from devito.tools import as_list
from devito.types import Eq, Temp, Symbol
from devito.types import Eq, Symbol, Temp

__all__ = ['cse']

Expand Down

0 comments on commit be34f3b

Please sign in to comment.