Skip to content

Commit

Permalink
Remove no longer necessary arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
joscao authored Sep 8, 2023
1 parent c72fe87 commit 9d059a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def args_frozen(self):
def __repr__(self):
raise NotImplementedError

def view(self, visualization = False, **kwargs_visualization):
def view(self):
"""
Pretty-print the node hierachy under this node.
"""
Expand Down

0 comments on commit 9d059a3

Please sign in to comment.