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 @@ -147,3 +147,16 @@ skip-magic-trailing-comma = false
147147
148148[tool .ruff .lint .pydocstyle ]
149149convention = " google"
150+
151+ [tool .lychee ]
152+ exclude = [
153+ " github.com/owner/repo" ,
154+ " github.com/YOUR_" ,
155+ " testnet.mirrornode.hedera.com/api/v1/transactions/0.0.123" ,
156+ " localhost" ,
157+ " github.com/user-attachments/assets/" ,
158+ ]
159+
160+ timeout = 20
161+ retry_wait_time = 2
162+ max_retries = 3
You can’t perform that action at this time.
0 commit comments