modify self_pairs type to ChainMap

Nelson Torres 2024-11-08 21:41:52 +00:00
parent 4a89569f86
commit 599316cf09
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ class Client:
json_rpc: Callable
) -> None:
self._pairs: dict[str, Any] = None
self._pairs: ChainMap[str, Pair] = ChainMap()
config = get_config().get('option', {})