Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Jun 1, 2022
1 parent 9ab7f47 commit 94b2014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymbolic/mapper/subst_applier.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
THE SOFTWARE.
"""

import pymbolic.mapper
from pymbolic.mapper import IdentityMapper


class SubstitutionApplier(pymbolic.mapper.IdentityMapper):
class SubstitutionApplier(IdentityMapper):
"""todo.
"""

Expand Down

0 comments on commit 94b2014

Please sign in to comment.