black formatting

pull/368/head
yhtiyar 2021-11-07 18:30:21 +03:00
rodzic 8320d6e78f
commit 5610deb367
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -3,8 +3,7 @@ from dataclasses import dataclass
from typing import Iterator, List, Optional, Tuple, cast
from hexbytes import HexBytes
from moonstreamdb.models import (EthereumBlock, EthereumLabel,
EthereumTransaction)
from moonstreamdb.models import EthereumBlock, EthereumLabel, EthereumTransaction
from sqlalchemy.orm import Query, Session
from web3 import Web3
from web3.types import TxReceipt