This is an automated email from the ASF dual-hosted git repository.

weilee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new dc61da2509 remove extra return (#39582)
dc61da2509 is described below

commit dc61da2509536bb509a4a2e1781ff47aa36b62b4
Author: Kalyan <kalyan.be...@live.com>
AuthorDate: Mon May 13 16:25:41 2024 +0530

    remove extra return (#39582)
---
 airflow/providers/microsoft/mssql/hooks/mssql.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/airflow/providers/microsoft/mssql/hooks/mssql.py 
b/airflow/providers/microsoft/mssql/hooks/mssql.py
index d4deb60948..a7a3523704 100644
--- a/airflow/providers/microsoft/mssql/hooks/mssql.py
+++ b/airflow/providers/microsoft/mssql/hooks/mssql.py
@@ -114,7 +114,6 @@ class MsSqlHook(DbApiHook):
             database=self.schema or conn.schema,
             port=conn.port,
         )
-        return conn
 
     def set_autocommit(
         self,

Reply via email to