Skip to content

Commit

Permalink
remove unused list
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbubbles committed Dec 12, 2024
1 parent 92c883f commit a392898
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions tests/unit/cli/vyper_compile/test_compile_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,34 +448,6 @@ def baz() -> uint8:
file = make_file("interface.vyi", interface)
compile_files([file], INTERFACE_OUTPUT_FORMATS)

unallowed_formats = [
"layout",
"devdoc",
"userdoc",
"archive",
"archive_b64",
"integrity",
"solc_json",
"bb",
"bb_runtime",
"cfg",
"cfg_runtime",
"ir",
"ir_runtime",
"ir_dict",
"ir_runtime_dict",
"method_identifiers",
"metadata",
"asm",
"source_map",
"source_map_runtime",
"bytecode",
"bytecode_runtime",
"blueprint_bytecode",
"opcodes",
"opcodes_runtime",
]

for f in OUTPUT_FORMATS:
if f in INTERFACE_OUTPUT_FORMATS:
continue
Expand Down

0 comments on commit a392898

Please sign in to comment.