Skip to content

Commit

Permalink
Update src/ethereum_test_tools/rpc/rpc.py
Browse files Browse the repository at this point in the history
Co-authored-by: danceratopz <[email protected]>
  • Loading branch information
spencer-tb and danceratopz authored May 17, 2024
1 parent c340320 commit 7d8c28b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ethereum_test_tools/rpc/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
BlockNumberType = Union[int, Literal["latest", "earliest", "pending"]]


class BaseRPC:
from abc import ABC

class BaseRPC(ABC):
"""
Represents a base RPC class for every RPC call used within EEST based hive simulators.
"""
Expand Down

0 comments on commit 7d8c28b

Please sign in to comment.