Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Nov 8, 2023
1 parent 014e989 commit c1a9bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/semantics/types/bytestrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def compare_type(self, other):
if self._length:
return True

# return other.compare_type(self)
return other.compare_type(self)

@classmethod
def from_annotation(cls, node: vy_ast.VyperNode) -> "_BytestringT":
Expand Down

0 comments on commit c1a9bbc

Please sign in to comment.