Skip to content

Commit

Permalink
dsl: Remove unnecessary rargs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdCaunt committed Jul 1, 2024
1 parent d0b763b commit 27ad936
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devito/types/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ class MultiSubDimension(AbstractSubDimension):

is_MultiSub = True

__rargs__ = ('name', 'parent')
__rkwargs__ = ('functions', 'implicit_dimension')

def __init_finalize__(self, name, parent, functions=None, implicit_dimension=None):
Expand Down

0 comments on commit 27ad936

Please sign in to comment.