Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Sep 21, 2024
1 parent a1fbb11 commit 24a306a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/codegen/external_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from vyper.codegen.ir_node import Encoding, IRnode
from vyper.evm.address_space import MEMORY
from vyper.exceptions import TypeCheckFailure
from vyper.semantics.types import InterfaceT, TupleT, VOID_TYPE
from vyper.semantics.types import VOID_TYPE, InterfaceT, TupleT
from vyper.semantics.types.function import StateMutability


Expand Down

0 comments on commit 24a306a

Please sign in to comment.