fixed mypy error

pull/340/head
yhtiyar 2021-10-26 13:06:25 +03:00
rodzic a5141d1094
commit 73b7392962
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -7,8 +7,8 @@ import uuid
import boto3 # type: ignore
from bugout.data import BugoutSearchResults
from bugout.journal import SearchOrder
from ens.utils import is_valid_ens_name
from eth_utils.address import is_address
from ens.utils import is_valid_ens_name # type: ignore
from eth_utils.address import is_address # type: ignore
from moonstreamdb.models import (
EthereumLabel,
)