Skip to content

Commit 480528e

Browse files
remove un-necessary string literals around param type
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 3af2333 commit 480528e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def __init__(
234234
result_data: ResultData,
235235
max_download_threads: int,
236236
ssl_options: SSLOptions,
237-
sea_client: "SeaDatabricksClient",
237+
sea_client: SeaDatabricksClient,
238238
statement_id: str,
239239
total_chunk_count: int,
240240
lz4_compressed: bool = False,

0 commit comments

Comments
 (0)