We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ec158 commit 2856f43Copy full SHA for 2856f43
app/datasources/db/models.py
@@ -1,4 +1,4 @@
1
-from typing import AsyncIterator, cast, Sequence
+from typing import AsyncIterator, cast
2
3
from sqlmodel import (
4
JSON,
@@ -11,8 +11,8 @@
11
select,
12
)
13
from sqlmodel.ext.asyncio.session import AsyncSession
14
-from web3.types import ABI
15
from sqlmodel.sql._expression_select_cls import SelectBase
+from web3.types import ABI
16
17
from .utils import get_md5_abi_hash
18
app/services/contract.py
@@ -3,7 +3,7 @@
5
from app.datasources.db.models import Contract
6
-from app.services.pagination import GenericPagination, PaginatedResponse
+from app.services.pagination import GenericPagination
7
8
9
class ContractService:
0 commit comments