Skip to content

Commit 1f57a16

Browse files
committed
chore: remove redundant docstring
1 parent d64633d commit 1f57a16

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/algokit_utils/clients/_algokit_core_bridge.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ class AlgodClientWithCore:
2323
"""
2424

2525
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-
"""
3226
self._algod_client = algod_client
3327

3428
configuration = algokit_algod_api.Configuration(

0 commit comments

Comments
 (0)