File tree Expand file tree Collapse file tree
docs/sdk_developers/training Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -373,12 +373,10 @@ The Network and Client are separate but interdependent:
3733732 . ** Client provides WHO and HOW** : The Client specifies who you are (operator credentials) and manages the actual communication
3743743 . ** Together they enable communication** : The combination allows your application to securely interact with the Hedera blockchain
375375
376- ## -### Example: Complete Setup
377-
378- -```python
379- +### Example: Complete Setup
376+ ### Example: Complete Setup
380377
381378``` python
379+
382380from hiero_sdk_python.client.network import Network
383381from hiero_sdk_python.client.client import Client
384382from hiero_sdk_python.account.account_id import AccountId
Original file line number Diff line number Diff line change @@ -152,3 +152,16 @@ skip-magic-trailing-comma = false
152152
153153[tool .ruff .lint .pydocstyle ]
154154convention = " google"
155+
156+ [tool .lychee ]
157+ exclude = [
158+ " github.com/owner/repo" ,
159+ " github.com/YOUR_" ,
160+ " testnet.mirrornode.hedera.com/api/v1/transactions/0.0.123" ,
161+ " localhost" ,
162+ " github.com/user-attachments/assets/" ,
163+ ]
164+
165+ timeout = 20
166+ retry_wait_time = 2
167+ max_retries = 3
You can’t perform that action at this time.
0 commit comments