Skip to content

Commit 5a800fd

Browse files
remove explicit check for type attr in param
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 53a555f commit 5a800fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/sea/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def execute_command(
439439
StatementParameter(
440440
name=param.name,
441441
value=param.value,
442-
type=param.type if param.type else None,
442+
type=param.type,
443443
)
444444
)
445445

0 commit comments

Comments
 (0)