Skip to content

Commit 057500c

Browse files
chore: lint
1 parent 92baed0 commit 057500c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class Module:
197197
Callable[
198198
..., Coroutine[Any, Any, Tuple[RequestArgs, ResponseFormatters[Any]]]
199199
],
200-
]
200+
],
201201
]
202202

203203
def __init__(self, w3: Union["AsyncWeb3", "Web3"]) -> None:

0 commit comments

Comments
 (0)