Skip to content

Commit

Permalink
Update asg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 10, 2016
1 parent aba9e60 commit f4f8eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/autowig/asg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@ def namespaces(self, pattern=None, nested=False):

class AbstractSemanticGraph(object):

def __init__(self, *args, **kwargs):
def __init__(self):
self._nodes = dict()
self._syntax_edges = dict()
self._base_edges = dict()
Expand Down

0 comments on commit f4f8eb4

Please sign in to comment.