Skip to content

Commit

Permalink
mark repr as nocover
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jan 20, 2025
1 parent 11e5d39 commit 9883d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/venom/passes/memmerging.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def merge(self, other: "_Copy"):
self.length = new_length
self.insts.extend(other.insts)

def __repr__(self) -> str:
def __repr__(self) -> str: # pragma: nocover
return f"({self.src}, {self.dst}, {self.length})"


Expand Down

0 comments on commit 9883d12

Please sign in to comment.