Skip to content

Commit 36eb95b

Browse files
committed
Ruff
1 parent 73db3c9 commit 36eb95b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

async_substrate_interface/async_substrate.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,9 @@ async def send(self, payload: dict) -> str:
744744
await self._sending.put(to_send)
745745
return original_id
746746

747-
async def unsubscribe(self, subscription_id: str, method: str = "author_unwatchExtrinsic") -> None:
747+
async def unsubscribe(
748+
self, subscription_id: str, method: str = "author_unwatchExtrinsic"
749+
) -> None:
748750
"""
749751
Unwatches a watched extrinsic subscription.
750752

0 commit comments

Comments
 (0)