We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64633d commit 1f57a16Copy full SHA for 1f57a16
src/algokit_utils/clients/_algokit_core_bridge.py
@@ -23,12 +23,6 @@ class AlgodClientWithCore:
23
"""
24
25
def __init__(self, algod_client: AlgodClient):
26
- """
27
- Initialize the AlgodClientWithCore with an existing AlgodClient.
28
-
29
- Args:
30
- algod_client: The AlgodClient instance to wrap
31
32
self._algod_client = algod_client
33
34
configuration = algokit_algod_api.Configuration(
0 commit comments