Skip to content

Commit a894632

Browse files
chore: lint
1 parent b9a1319 commit a894632

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web3/module.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@ class Module:
193193
[Method[Callable[..., Any]]],
194194
Union[
195195
Callable[..., Tuple[RequestArgs, ResponseFormatters[Any]]],
196-
Callable[..., Coroutine[Any, Any, Tuple[RequestArgs, ResponseFormatters[Any]]]],
196+
Callable[
197+
..., Coroutine[Any, Any, Tuple[RequestArgs, ResponseFormatters[Any]]]
198+
],
197199
]
198200
]
199201

0 commit comments

Comments
 (0)