vincbeck commented on code in PR #49664:
URL: https://github.com/apache/airflow/pull/49664#discussion_r2058315361


##########
providers/fab/src/airflow/providers/fab/auth_manager/fab_auth_manager.py:
##########
@@ -116,7 +116,7 @@
         RESOURCE_ASSET_ALIAS,
     )
 else:
-    from airflow.providers.common.compat.security.permissions import (
+    from airflow.providers.fab.www.security.permissions import (

Review Comment:
   The if branch and else branch are then the same (for this import), we can 
move it out from `if TYPE_CHECKING:` and add it to the list of line 70



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