Skip to content

Commit

Permalink
Remove a useless test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Aug 18, 2024
1 parent 374b119 commit 532b2f2
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions tests/test_strategy_util.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
# type: ignore

import json
from typing import Any, Optional
from src.scheduler import Ctx
from typing import Any
from src.contracts.route import Leg
from src.strategies.util import collapse_route, build_atomic_arb, transfer_raw
from src.util import denom_info_on_chain, denom_route, custom_neutron_network_config
from src.strategies.util import collapse_route, build_atomic_arb
from tests.test_scheduler import TEST_WALLET_MNEMONIC
from cosmpy.aerial.wallet import LocalWallet
from cosmpy.aerial.client import LedgerClient
from cosmpy.crypto.address import Address
import pytest
import aiohttp

pytest_plugins = ("pytest_asyncio",)


class MockPool:
Expand Down

0 comments on commit 532b2f2

Please sign in to comment.