Skip to content

Commit

Permalink
fix fn sig
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Oct 5, 2024
1 parent 66efe6c commit e65d6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/codegen/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def parse_Bytes(self):
def parse_HexBytes(self):
return self._parse_bytes()

def _parse_bytes(self, bytes):
def _parse_bytes(self):
bytez = self.expr.value
bytez_length = len(self.expr.value)
typ = BytesT(bytez_length)
Expand Down

0 comments on commit e65d6a2

Please sign in to comment.