Skip to content

Commit b7535aa

Browse files
Update src/ethereum_test_rpc/types.py
Co-authored-by: danceratopz <[email protected]>
1 parent ea34405 commit b7535aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_test_rpc/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class BlobAndProof(CamelModel):
157157

158158
proof: Bytes | None = None # <= Prague (V1)
159159

160-
def model_post_init(self, __context: Any) -> None:
160+
def model_post_init(self) -> None:
161161
"""Post-initialization hook."""
162162
if self.proofs is None and self.proof is None:
163163
raise ValueError("proofs or proof must be set")

0 commit comments

Comments
 (0)