Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
girishyadav20 authored Sep 19, 2024
1 parent c411feb commit ac0cc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bindings/python/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ def matrix(self, req: Union[str, dict]):

@dict_or_str
def trace_route(self, req: Union[str, dict]):
return super().traceRoute(req)
return super().trace_route(req)

@dict_or_str
def trace_attributes(self, req: Union[str, dict]):
return super().traceAttributes(req)
return super().trace_attributes(req)

@dict_or_str
def height(self, req: Union[str, dict]):
Expand Down

0 comments on commit ac0cc3d

Please sign in to comment.