Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Nov 12, 2023
1 parent 5a8490e commit ac9b222
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 @@ -169,7 +169,7 @@ def _extcodesize_check(address):

def _external_call_helper(contract_address, args_ir, call_kwargs, call_expr, context):
fn_type = call_expr.func._metadata["type"]
# the return type may differ from the function's return type if the function was
# the return type may differ from the function's return type if the function was
# imported via ABI e.g. widening of bytestrings
return_t = call_expr._metadata["type"] if fn_type.is_from_abi else fn_type.return_type

Expand Down

0 comments on commit ac9b222

Please sign in to comment.