Skip to content

Commit 26c017d

Browse files
chore: docstring
Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent 91357f4 commit 26c017d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/databricks/sql/backend/utils/guid_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ def guid_to_hex_id(guid: bytes) -> str:
1111
IN b'\x01\xee\x1d)\xa4\x19\x1d\xb6\xa9\xc0\x8d\xf1\xfe\xbaB\xdd'
1212
OUT '01ee1d29-a419-1db6-a9c0-8df1feba42dd'
1313
14-
If conversion to hexadecimal fails, the original bytes are returned
14+
If conversion to hexadecimal fails, a string representation of the original
15+
bytes is returned
1516
"""
1617
try:
1718
this_uuid = uuid.UUID(bytes=guid)

0 commit comments

Comments
 (0)