Skip to content

Commit 0e6bafa

Browse files
committed
chore: added missing docs
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 27bb0ac commit 0e6bafa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tck/util/key_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ def get_key_from_string(key_string: str) -> Key:
4848
raise ValueError("Invalid key string")
4949

5050

51-
def key_to_string(key) -> str | None:
51+
def key_to_string(key: Key) -> str | None:
52+
"""Convert Ket to string representation."""
5253
if key is None:
5354
return None
5455

0 commit comments

Comments
 (0)