ashb commented on code in PR #47798:
URL: https://github.com/apache/airflow/pull/47798#discussion_r2005716323


##########
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:
   This looks like ruff isort got confused/lost some config? Either way the 
previous order was correct.



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