Skip to content

Commit 70427be

Browse files
committed
tests
1 parent fc373cc commit 70427be

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/ethereum_test_tools/utility/generators.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ def __call__(
7979
object to verify that the headers are correct).
8080
8181
"""
82-
83-
8482
...
8583

8684

src/ethereum_test_types/request_types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ class RequestBase:
2323
@abstractmethod
2424
def __bytes__(self) -> bytes:
2525
"""Return request's attributes as bytes."""
26-
27-
2826
...
2927

3028

0 commit comments

Comments
 (0)