Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Mar 23, 2024
1 parent 52adc7b commit 419dd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/codegen/features/test_transient.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from vyper.compiler import compile_code
from vyper.evm.opcodes import version_check
from vyper.exceptions import TransientStorageException, VyperException
from vyper.exceptions import VyperException


def test_transient_blocked(get_contract):
Expand Down

0 comments on commit 419dd0c

Please sign in to comment.