Skip to content

Commit 3015f47

Browse files
committed
Revert "WIP: checkpoint changes to examples"
This reverts commit a02b83f. Signed-off-by: MonaaEid <[email protected]>
1 parent 2c5c0ff commit 3015f47

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
4343
- Converted monolithic function in `token_create_nft_infinite.py` to multiple modular functions for better structure and ease.
4444
- docs: Use relative paths for internal GitHub links (#560).
4545
- Update pyproject.toml maintainers list.
46-
- Refactored token-related example scripts (`token_delete.py`, `token_dissociate.py`, etc.) for improved readability and modularity. [#370]
46+
4747
### Fixed
4848

4949
- Add type hints to `setup_client()` and `create_new_account()` functions in `examples/account_create.py` (#418)
@@ -392,4 +392,4 @@ contract_call_local_pb2.ContractLoginfo -> contract_types_pb2.ContractLoginfo
392392

393393
### Removed
394394

395-
- N/A
395+
- N/A

examples/topic_create.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# uv run examples/topic_create.py
2-
# python examples/topic_create.py
3-
"""Create a new topic on Hedera"""
4-
1+
"""
2+
uv run examples/topic_create.py
3+
python examples/topic_create.py
4+
"""
55
import os
66
import sys
77
from typing import Tuple

0 commit comments

Comments
 (0)