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


##########
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:
   Good news . found and fxed the issue. the "known-first-party" setting should 
be added in isort not in isort.sections in pyproject.toml
   
   Bad news (well not so bad) my PR has now slightly LESS than 3000 files. 
Achievement un-unlocked.



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