Skip to content

Commit a699cb6

Browse files
ai: apply changes for #915 (1 review thread)
Addresses: - #3802212055 at src/databricks/sql/session.py:24 Signed-off-by: peco-engineer-bot[bot] <peco-engineer-bot[bot]@users.noreply.github.com>
1 parent 9d06e48 commit a699cb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/databricks/sql/session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323

2424
def _kernel_host_and_path(
25-
server_hostname: str, http_path: str, kwargs: dict
26-
) -> Tuple[str, str]:
25+
server_hostname: str, http_path: Optional[str], kwargs: dict
26+
) -> Tuple[str, Optional[str]]:
2727
"""Resolve the ``(host, http_path)`` the kernel ``Session`` should use,
2828
honoring the Thrift-style ``_connection_uri`` / ``_port`` overrides.
2929

0 commit comments

Comments
 (0)