Skip to content

Commit 04a1936

Browse files
remove un-necessary docstrings
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 9f0f969 commit 04a1936

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/databricks/sql/conversion.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,8 @@ def convert_value(
183183
if value is None:
184184
return None
185185

186-
# Normalize SQL type
187186
sql_type = sql_type.lower().strip()
188187

189-
# Handle primitive types using the mapping
190188
if sql_type not in SqlTypeConverter.TYPE_MAPPING:
191189
return value
192190

0 commit comments

Comments
 (0)