Skip to content

Commit 304ef0e

Browse files
formatting (black)
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 00e57e7 commit 304ef0e

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
@@ -104,7 +104,7 @@ def execute_command(
104104
parameters: List of parameters to bind to the query
105105
async_op: Whether to execute the command asynchronously
106106
enforce_embedded_schema_correctness: Whether to enforce schema correctness
107-
row_limit: Maximum number of rows in the operation result.
107+
row_limit: Maximum number of rows in the operation result.
108108
109109
Returns:
110110
If async_op is False, returns a ResultSet object containing the

0 commit comments

Comments
 (0)