Skip to content

Commit 8d1bb7f

Browse files
committed
chore: update deprecated notice for get name
Signed-off-by: exploreriii <[email protected]>
1 parent abb06a1 commit 8d1bb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hiero_sdk_python/response_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def get_name(cls,code):
366366
Returns the name of the response code.
367367
"""
368368
warnings.warn(
369-
"The `get_name` method will be deprecated and will be removed in 3 months. "
369+
"The `get_name` method to be deprecated in v0.1.4. "
370370
"Please use `ResponseCode(code).name` instead.",
371371
FutureWarning
372372
)

0 commit comments

Comments
 (0)