Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Dec 21, 2023
1 parent 6af3191 commit 0f2302b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vyper/compiler/phases.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,6 @@ def generate_folded_ast(
vyper_module_folded = copy.deepcopy(vyper_module)
vy_ast.folding.fold(vyper_module_folded)

# with input_bundle.search_path(Path(vyper_module.resolved_path).parent):
# validate_semantics(vyper_module_folded, input_bundle)

return vyper_module_folded, symbol_tables


Expand Down

0 comments on commit 0f2302b

Please sign in to comment.