Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbubbles committed Dec 31, 2024
1 parent 73765b4 commit 26abe45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/functional/codegen/test_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,8 @@ def test_interface_with_imported_structures(make_input_bundle):


def test_interface_with_doubly_imported_structure(make_input_bundle):
# test the output contains each of the structures just once, even if there are multiple paths to it
# test the output contains each of the structures just once,
# even if there are multiple paths to it
a = """
import b
import c
Expand Down
2 changes: 1 addition & 1 deletion vyper/compiler/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from vyper.ir import compile_ir
from vyper.semantics.analysis.base import ModuleInfo
from vyper.semantics.types.function import ContractFunctionT, FunctionVisibility, StateMutability
from vyper.semantics.types.module import InterfaceT, ModuleT, StructT
from vyper.semantics.types.module import InterfaceT, ModuleT
from vyper.typing import StorageLayout
from vyper.utils import safe_relpath, vyper_warn
from vyper.warnings import ContractSizeLimitWarning
Expand Down

0 comments on commit 26abe45

Please sign in to comment.