potiuk commented on code in PR #47798: URL: https://github.com/apache/airflow/pull/47798#discussion_r2005811293
########## airflow-core/docs/empty_plugin/empty_plugin.py: ########## @@ -19,12 +19,11 @@ from __future__ import annotations -from flask import Blueprint -from flask_appbuilder import BaseView, expose - from airflow.api_fastapi.auth.managers.models.resource_details import AccessView from airflow.plugins_manager import AirflowPlugin from airflow.providers.fab.www.auth import has_access_view +from flask import Blueprint +from flask_appbuilder import BaseView, expose Review Comment: Yeah. I will take a look at that. It changed several times because on top of the predefined order we have a way to let ruff know what is first and 3rd party. Let me see to that. -- 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]
