Skip to content

Commit

Permalink
fix: test_abi import formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed Sep 12, 2024
1 parent 1942583 commit 8a008df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unitary/contracts/abi/test_abi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import re
import warnings

import pytest
import yaml
Expand All @@ -8,7 +9,6 @@
from boa import BoaError
from boa.contracts.abi.abi_contract import ABIContractFactory, ABIFunction
from boa.util.abi import Address
import warnings


def load_via_abi(code, name="test contract"):
Expand Down

0 comments on commit 8a008df

Please sign in to comment.