diff --git a/vyper/ast/parse.py b/vyper/ast/parse.py index 21b801fd50..31977ca52b 100644 --- a/vyper/ast/parse.py +++ b/vyper/ast/parse.py @@ -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