Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Feb 1, 2024
1 parent af7e934 commit e09bd01
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
titanoboa[forking-recommended] @ git+https://github.com/vyperlang/titanoboa@1bf58c3
titanoboa[forking-recommended] @ git+https://github.com/vyperlang/titanoboa@e85ab24
black
flake8
isort
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ sortedcontainers==2.4.0
# trie
tabulate==0.9.0
# via -r requirements.in
titanoboa[forking-recommended] @ git+https://github.com/vyperlang/titanoboa@1bf58c3
titanoboa[forking-recommended] @ git+https://github.com/vyperlang/titanoboa@e85ab24
# via -r requirements.in
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion scripts/deployment_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from os import environ, path

import boa
from boa.contracts.vyper.vyper_contract import VyperContract
from boa.network import NetworkEnv
from boa.vyper.contract import VyperContract
from eth_account import Account
from rich.console import Console as RichConsole

Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/deployments.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import boa
import pytest
from boa.contracts.vyper.vyper_contract import VyperContract
from boa.vyper.contract import VyperContract

from scripts.deployment_utils import get_deployed_contract
from tests.utils import deploy_contract
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/functions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Callable

import pytest
from boa.contracts.vyper.vyper_contract import VyperContract
from boa.vyper.contract import VyperContract

from scripts.deployment_utils import get_deployed_contract

Expand Down
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Union

import boa
from boa.contracts.vyper.vyper_contract import VyperContract
from boa.vyper.contract import VyperContract
from eth.codecs.abi.exceptions import DecodeError as ABIDecodeError
from eth_account.signers.local import LocalAccount

Expand Down

0 comments on commit e09bd01

Please sign in to comment.