We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dd092 commit 34191a4Copy full SHA for 34191a4
vyper/compiler/output.py
@@ -6,11 +6,11 @@
6
import vyper.ast as vy_ast
7
from vyper.ast.utils import ast_to_dict
8
from vyper.codegen.ir_node import IRnode
9
-from vyper.evm.assembler.symbols import resolve_symbols
10
from vyper.compiler.output_bundle import SolcJSONWriter, VyperArchiveWriter
11
from vyper.compiler.phases import CompilerData
12
from vyper.compiler.utils import build_gas_estimates
13
from vyper.evm import opcodes
+from vyper.evm.assembler.symbols import resolve_symbols
14
from vyper.exceptions import VyperException
15
from vyper.ir import compile_ir
16
from vyper.semantics.types.function import ContractFunctionT, FunctionVisibility, StateMutability
0 commit comments