Skip to content

Commit 8b6ba56

Browse files
formatting (black)
Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent bc5e716 commit 8b6ba56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .guid_utils import guid_to_hex_id
22

3-
__all__ = ["guid_to_hex_id"]
3+
__all__ = ["guid_to_hex_id"]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def guid_to_hex_id(guid: bytes) -> str:
1818
except Exception as e:
1919
logger.debug(f"Unable to convert bytes to UUID: {guid!r} -- {str(e)}")
2020
return str(guid)
21-
return str(this_uuid)
21+
return str(this_uuid)

0 commit comments

Comments
 (0)