Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed May 6, 2023
1 parent 828929a commit cc1d76a
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 @@ -23,7 +23,7 @@ class _BytestringT(VyperType):
# bytestrings, but not static arrays of bytestrings
_as_darray = True
_as_hashmap_key = True
_equality_attrs: tuple = ("_length",)
_equality_attrs = ("_length",)
_is_bytestring: bool = True
_is_literal: bool = False

Expand Down

0 comments on commit cc1d76a

Please sign in to comment.