eladkal commented on code in PR #69773:
URL: https://github.com/apache/airflow/pull/69773#discussion_r3571829656


##########
providers/fab/src/airflow/providers/fab/auth_manager/middleware.py:
##########
@@ -23,6 +23,9 @@
 
 from airflow.api_fastapi.app import get_auth_manager
 from airflow.api_fastapi.auth.managers.base_auth_manager import 
COOKIE_NAME_JWT_TOKEN
+from airflow.api_fastapi.core_api import security as core_api_security
+
+
 
 if TYPE_CHECKING:

Review Comment:
   ```suggestion
   from airflow.api_fastapi.core_api import security as core_api_security
   
   if TYPE_CHECKING:
   ```
   
   To fix static checks



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to