From 6b72c38af1c340c03bf5eaf151ef96fec872400c Mon Sep 17 00:00:00 2001 From: tserg <8017125+tserg@users.noreply.github.com> Date: Sun, 7 Jan 2024 15:06:35 +0800 Subject: [PATCH] revert empty line --- vyper/ast/parse.py | 1 - 1 file changed, 1 deletion(-) 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