Skip to content

Commit ba5c4dd

Browse files
committed
fix mypy issue
1 parent 1d38d08 commit ba5c4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chainbench/user/methods/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
]
1818

1919

20-
all_method_classes: list[Type[EthBeaconMethods | EvmMethods]] = [
20+
all_method_classes: list[Type[EthBeaconMethods | EvmMethods | SolanaMethods]] = [
2121
EthBeaconMethods,
2222
EvmMethods,
2323
SolanaMethods,

0 commit comments

Comments
 (0)