Skip to content

Commit fd62aa8

Browse files
remove redundant comments
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 2938c18 commit fd62aa8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/databricks/sql/session.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def _create_backend(
107107
logger.debug("Creating Thrift backend client")
108108
databricks_client_class = ThriftDatabricksClient
109109

110-
# Prepare common arguments
111110
common_args = {
112111
"server_hostname": server_hostname,
113112
"port": self.port,
@@ -118,7 +117,6 @@ def _create_backend(
118117
"_use_arrow_native_complex_types": _use_arrow_native_complex_types,
119118
**kwargs,
120119
}
121-
122120
return databricks_client_class(**common_args)
123121

124122
def open(self):

0 commit comments

Comments
 (0)