Skip to content

Commit d76e4d5

Browse files
committed
Remove useless constructor
1 parent 5f5bb52 commit d76e4d5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

symbols/arglist.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
class SymbolARGLIST(Symbol):
1717
""" Defines a list of arguments in a function call or array access
1818
"""
19-
20-
def __init__(self, *args):
21-
super(SymbolARGLIST, self).__init__(*args)
22-
2319
@property
2420
def args(self):
2521
return self.children

0 commit comments

Comments
 (0)