Skip to content

Commit c054039

Browse files
committed
type fix revert
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent 5e3a636 commit c054039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/databricks_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def execute_command(
7979
lz4_compression: bool,
8080
cursor: Cursor,
8181
use_cloud_fetch: bool,
82-
parameters: Union[List[ttypes.TSparkParameter], List[Dict[str, Any]]],
82+
parameters: List[ttypes.TSparkParameter],
8383
async_op: bool,
8484
enforce_embedded_schema_correctness: bool,
8585
row_limit: Optional[int] = None,

0 commit comments

Comments
 (0)