Skip to content

Commit 39c41ab

Browse files
frmatting (black)
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 8a014f0 commit 39c41ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/result_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def __init__(
184184
results_queue = None
185185
if t_row_set and execute_response.result_format is not None:
186186
from databricks.sql.utils import ResultSetQueueFactory
187-
187+
188188
# Create the results queue using the provided format
189189
results_queue = ResultSetQueueFactory.build_queue(
190190
row_set_type=execute_response.result_format,

0 commit comments

Comments
 (0)