Skip to content

Commit 6617017

Browse files
remove redundant attributes
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 6df6313 commit 6617017

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/databricks/sql/backend/sea_backend.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def __init__(
4242
http_headers: List[Tuple[str, str]],
4343
auth_provider,
4444
ssl_options: SSLOptions,
45-
staging_allowed_local_path: Union[None, str, List[str]] = None,
4645
**kwargs,
4746
):
4847
"""
@@ -55,7 +54,6 @@ def __init__(
5554
http_headers: List of HTTP headers to include in requests
5655
auth_provider: Authentication provider
5756
ssl_options: SSL configuration options
58-
staging_allowed_local_path: Allowed local paths for staging operations
5957
**kwargs: Additional keyword arguments
6058
"""
6159

@@ -66,8 +64,6 @@ def __init__(
6664
http_path,
6765
)
6866

69-
self._staging_allowed_local_path = staging_allowed_local_path
70-
self._ssl_options = ssl_options
7167
self._max_download_threads = kwargs.get("max_download_threads", 10)
7268

7369
# Extract warehouse ID from http_path

0 commit comments

Comments
 (0)