Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed May 6, 2023
1 parent 36028c2 commit 1b5a390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vyper/codegen/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ def dummy_node_for_type(typ):


def _check_assign_bytes(left, right):
# skip check for JSON ABI imports with length set to 0
if left.typ.maxlen == 0:
return

Expand Down

0 comments on commit 1b5a390

Please sign in to comment.