Remove imports.

pull/313/head
Andrey Dolgolev 2021-10-20 20:50:27 +03:00
rodzic c61ebc5fd9
commit 689a8f2c31
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ import requests
from sqlalchemy import text
from moonstreamdb.db import yield_db_session_ctx
from moonstreamdb.models import EthereumAddress, EthereumLabel
from moonstreamdb.models import EthereumLabel
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)

Wyświetl plik

@ -7,7 +7,6 @@ from typing import Any, cast, Dict, List, Optional, Set, Tuple
from eth_typing.encoding import HexStr
from moonstreamdb.models import (
EthereumAddress,
EthereumBlock,
EthereumLabel,
EthereumTransaction,