Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jul 14, 2023
1 parent 674157f commit a44271b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vyper/codegen/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ def _selector_section_sparse(external_functions, global_ctx):
# 2 bytes for bucket location
SZ_BUCKET_HEADER = 2


# XXX: AWAITING MCOPY PR
# if n_buckets > 1 or core._opt_none():
if n_buckets > 1:
Expand Down

0 comments on commit a44271b

Please sign in to comment.