Skip to content

Commit

Permalink
fix safe_eth import
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenneke committed Jan 13, 2025
1 parent 999ac54 commit b026bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/test_post_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

from dune_client.types import Address
from eth_typing import URI
from gnosis.eth import EthereumNetwork, EthereumClient

import pytest
from safe_eth.eth import EthereumNetwork, EthereumClient
from web3 import Web3

from src.fetch.transfer_file import Transfer
from src.models.token import Token
from src.multisend import post_multisend
import pytest


class TestTransactionPost(unittest.TestCase):
Expand Down

0 comments on commit b026bc6

Please sign in to comment.