Skip to content

Commit

Permalink
Fixing lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoi committed Nov 1, 2018
1 parent 12fc090 commit 43bf917
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions trinity/protocol/les/normalizers.py
Expand Up @@ -5,6 +5,12 @@
TypeVar,
)

from cytoolz import compose

from eth.db.trie import make_trie_root_and_nodes
from eth_hash.auto import keccak
import rlp

from eth.rlp.headers import BlockHeader

from trinity.protocol.common.normalizers import BaseNormalizer
Expand Down
2 changes: 2 additions & 0 deletions trinity/protocol/les/requests.py
Expand Up @@ -45,8 +45,10 @@ def __init__(self,
self.reverse = reverse
self.request_id = request_id


LESRequest = BaseRequest[Dict[str, Any]]


class GetBlockHeadersRequest(LESRequest):
cmd_type = GetBlockHeaders
response_type = BlockHeaders
Expand Down

0 comments on commit 43bf917

Please sign in to comment.