Skip to content

Commit 68a8e16

Browse files
committed
Ruff
1 parent c75d332 commit 68a8e16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

async_substrate_interface/types.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ def deserialize(cls, serialized: dict) -> "Runtime":
201201
metadata=metadata,
202202
type_registry=serialized["type_registry"],
203203
runtime_config=runtime_config,
204-
metadata_v15=MetadataV15.decode_from_metadata_option(serialized["metadata_v15"]),
204+
metadata_v15=MetadataV15.decode_from_metadata_option(
205+
serialized["metadata_v15"]
206+
),
205207
registry=registry,
206208
ss58_format=ss58_format,
207209
runtime_info=serialized["runtime_info"],

0 commit comments

Comments
 (0)