jhtimmins commented on a change in pull request #19294:
URL: https://github.com/apache/airflow/pull/19294#discussion_r784468682



##########
File path: airflow/www/fab_security/sqla/manager.py
##########
@@ -339,7 +333,7 @@ def filter_roles_by_perm_with_action(self, action_name: 
str, role_ids: List[int]
             )
         ).all()
 
-    def get_role_permissions_from_db(self, role_id: int) -> List[Permission]:
+    def get_permissions_from_roles(self, role_id: int) -> List[Permission]:

Review comment:
       Its actually not used anymore so should be removed entirely




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