Skip to content

Commit 1feb2b9

Browse files
committed
misc: Isort happiness
1 parent 03d6f46 commit 1feb2b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

devito/symbolics/search.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,10 @@ def retrieve_accesses(exprs, **kwargs):
195195
* ComponentAccess's are retained, but the wrapped Indexed are discarded;
196196
* TensorMove's are upcasted to the logical Indexed they represent.
197197
"""
198-
from .manipulation import uxreplace # noqa
199198
from devito.types import ComponentAccess, Symbol, TensorMove # noqa
200199

200+
from .manipulation import uxreplace # noqa
201+
201202
kwargs['mode'] = 'unique'
202203

203204
compaccs = search(exprs, ComponentAccess)

0 commit comments

Comments
 (0)