Skip to content

Commit e79c325

Browse files
committed
formatting
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent a0318e3 commit e79c325

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/databricks/sql/client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,9 @@ def read(self) -> Optional[OAuthToken]:
280280

281281
driver_connection_params = DriverConnectionParameters(
282282
http_path=http_path,
283-
mode=DatabricksClientType.SEA if self.session.use_sea else DatabricksClientType.THRIFT,
283+
mode=DatabricksClientType.SEA
284+
if self.session.use_sea
285+
else DatabricksClientType.THRIFT,
284286
host_info=HostDetails(host_url=server_hostname, port=self.session.port),
285287
auth_mech=TelemetryHelper.get_auth_mechanism(self.session.auth_provider),
286288
auth_flow=TelemetryHelper.get_auth_flow(self.session.auth_provider),

0 commit comments

Comments
 (0)