Skip to content

Commit

Permalink
test: fixed broken imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCentonze committed Mar 27, 2024
1 parent fd03e81 commit c6f3c28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/unitary/math/test_newton_D.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from decimal import Decimal

import pytest
from boa.vyper.contract import BoaError
from hypothesis import given, settings
from hypothesis import strategies as st

Expand Down
2 changes: 1 addition & 1 deletion tests/unitary/math/test_newton_D_ref.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from decimal import Decimal

import pytest
from boa.vyper.contract import BoaError
from boa import BoaError
from hypothesis import given, settings
from hypothesis import strategies as st

Expand Down

0 comments on commit c6f3c28

Please sign in to comment.