Skip to content

Commit

Permalink
revert empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Jan 7, 2024
1 parent 5bbbb96 commit 6b72c38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vyper/ast/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ def visit_Num(self, node):
"""
# modify vyper AST type according to the format of the literal value
self.generic_visit(node)

value = node.node_source_code

# deduce non base-10 types based on prefix
Expand Down

0 comments on commit 6b72c38

Please sign in to comment.