Skip to content

Commit c6c0b7a

Browse files
committed
Ruff
1 parent 43829fd commit c6c0b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

async_substrate_interface/async_substrate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3653,7 +3653,7 @@ async def get_async_substrate_interface(
36533653
max_retries: int = 5,
36543654
retry_timeout: float = 60.0,
36553655
_mock: bool = False,
3656-
legacy_account_id_decode: bool = True
3656+
legacy_account_id_decode: bool = True,
36573657
) -> "AsyncSubstrateInterface":
36583658
"""
36593659
Factory function for creating an initialized AsyncSubstrateInterface
@@ -3668,7 +3668,7 @@ async def get_async_substrate_interface(
36683668
max_retries,
36693669
retry_timeout,
36703670
_mock,
3671-
legacy_account_id_decode=legacy_account_id_decode
3671+
legacy_account_id_decode=legacy_account_id_decode,
36723672
)
36733673
await substrate.initialize()
36743674
return substrate

0 commit comments

Comments
 (0)