Skip to content

Commit de07c4f

Browse files
committed
fix: debug master with assert
1 parent 933c347 commit de07c4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

faster_web3/_utils/caching/caching_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def __init__(
122122
):
123123
self.method: Final = method
124124
self.params: Final = params
125+
assert all(map(callable, response_formatters))
125126
self.response_formatters: Final = response_formatters
126127
self.subscription_id: Final = subscription_id
127128
self.middleware_response_processors: Final[List[Callable[[Any], Any]]] = []

0 commit comments

Comments
 (0)