Skip to content

Commit f4b4a32

Browse files
committed
comments
1 parent 0152cfc commit f4b4a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks/sdk/logger/round_trip_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def _redacted_dump(self, prefix: str, body: str) -> str:
113113
if not isinstance(body, str):
114114
return "unsupported body type"
115115
if len(body) == 0:
116-
return ""
116+
return ""
117117
try:
118118
# Unmarshal body into primitive types.
119119
tmp = json.loads(body)

0 commit comments

Comments
 (0)