Skip to content

Commit db75933

Browse files
committed
another lint
1 parent c050703 commit db75933

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,9 @@ def execute_command(
463463
async_op: bool,
464464
enforce_embedded_schema_correctness: bool,
465465
row_limit: Optional[int] = None,
466-
query_tags: Optional[Dict[str, Optional[str]]] = None, # TODO: implement query_tags for SEA backend
466+
query_tags: Optional[
467+
Dict[str, Optional[str]]
468+
] = None, # TODO: implement query_tags for SEA backend
467469
) -> Union[SeaResultSet, None]:
468470
"""
469471
Execute a SQL command using the SEA backend.

0 commit comments

Comments
 (0)