Skip to content

Commit 784b553

Browse files
committed
Update method.py
1 parent 37a9e58 commit 784b553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/method.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def __call__(self, *args: Any, **kwargs: Any) -> Any:
182182
@property
183183
def method_selector_fn(
184184
self,
185-
) -> Callable[..., Union[RPCEndpoint, Callable[..., RPCEndpoint]]]:
185+
) -> Callable[..., RPCEndpoint]:
186186
"""Gets the method selector from the config."""
187187
if callable(self.json_rpc_method):
188188
return self.json_rpc_method

0 commit comments

Comments
 (0)