mik-laj commented on a change in pull request #9729:
URL: https://github.com/apache/airflow/pull/9729#discussion_r451859421



##########
File path: airflow/hooks/base_hook.py
##########
@@ -82,6 +82,6 @@ def get_hook(cls, conn_id: str) -> "BaseHook":
         connection = cls.get_connection(conn_id)
         return connection.get_hook()
 
-    def get_conn(self):
+    def get_conn(self) -> None:

Review comment:
       ```suggestion
       def get_conn(self) -> Any:
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to