Skip to content

Commit ca80f94

Browse files
formatting (black)
as in CONTRIBUTING.md Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent 1ed3514 commit ca80f94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/databricks/sql/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,6 @@ def read(self) -> Optional[OAuthToken]:
263263
_use_arrow_native_complex_types,
264264
**kwargs
265265
)
266-
267-
logger.info("Successfully opened connection with session " + str(self.get_session_id_hex()))
268266

269267
self.use_inline_params = self._set_use_inline_params_with_warning(
270268
kwargs.get("use_inline_params", False)

0 commit comments

Comments
 (0)