diff --git a/BREEZE.rst b/BREEZE.rst index 249ae3a8cb2cb..429f9e3e6570b 100644 --- a/BREEZE.rst +++ b/BREEZE.rst @@ -16,3 +16,5 @@ under the License. Content of this guide has been moved to `Breeze docs internal folder `_ + + diff --git a/airflow/__init__.py b/airflow/__init__.py index 4af74a44d2af1..6765b0d719fc8 100644 --- a/airflow/__init__.py +++ b/airflow/__init__.py @@ -22,6 +22,7 @@ implement their own login mechanisms by providing an `airflow_login` module in their PYTHONPATH. airflow_login should be based off the `airflow.www.login` + isort:skip_file """ from __future__ import annotations