Skip to content

Commit d28a5cf

Browse files
committed
fix: remove unused imports after batch mech removal
1 parent 286e0ab commit d28a5cf

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

src/iwa/plugins/olas/service_manager/mech.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,12 @@
4141
"""
4242

4343
from dataclasses import dataclass
44-
from typing import List, Optional
44+
from typing import Optional
4545

4646
from loguru import logger
47-
from safe_eth.safe import SafeOperationEnum
4847
from web3 import Web3
4948

5049
from iwa.core.constants import ZERO_ADDRESS
51-
from iwa.core.contracts.multisend import (
52-
MULTISEND_ADDRESS,
53-
MultiSendContract,
54-
)
5550
from iwa.core.types import EthereumAddress
5651
from iwa.plugins.olas.constants import (
5752
OLAS_CONTRACTS,

src/iwa/web/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
# Import routers
2828
from iwa.web.routers import accounts, olas, rewards, state, subgraph, swap, transactions
2929

30+
3031
def _preload_cow_modules() -> None:
3132
"""Pre-load cowdao_cowpy before the async loop starts.
3233

0 commit comments

Comments
 (0)