Skip to content

Commit

Permalink
remove multiple inheritance for TransformMapperWithExtraArgs
Browse files Browse the repository at this point in the history
doesn't appear to be needed
  • Loading branch information
majosm committed Jan 9, 2025
1 parent a62946a commit 4f86a21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pytato/transform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,7 @@ def rec_ary(self, expr: Array) -> Array:
# {{{ TransformMapperWithExtraArgs

class TransformMapperWithExtraArgs(
CachedMapper[ArrayOrNames, FunctionDefinition, P],
Mapper[ArrayOrNames, FunctionDefinition, P]
CachedMapper[ArrayOrNames, FunctionDefinition, P]
):
"""
Similar to :class:`TransformMapper`, but each mapper method takes extra
Expand Down

0 comments on commit 4f86a21

Please sign in to comment.