Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Nov 23, 2024
1 parent 3dddaa8 commit f6cf277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/codegen/core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from vyper.codegen.ir_node import Encoding, IRnode
import vyper.codegen.context as ctx
from vyper.codegen.ir_node import Encoding, IRnode
from vyper.compiler.settings import _opt_codesize, _opt_gas, _opt_none
from vyper.evm.address_space import (
CALLDATA,
Expand Down

0 comments on commit f6cf277

Please sign in to comment.