This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 97de019995 Fix some whitespace (#34632)
97de019995 is described below
commit 97de019995185cba1e7e63ea525d099ff5c94ea7
Author: D. Ferruzzi <[email protected]>
AuthorDate: Tue Sep 26 15:21:54 2023 -0700
Fix some whitespace (#34632)
---
airflow/configuration.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow/configuration.py b/airflow/configuration.py
index baad0de9af..0107cb1021 100644
--- a/airflow/configuration.py
+++ b/airflow/configuration.py
@@ -1855,8 +1855,8 @@ class AirflowConfigParser(ConfigParser):
raise AirflowConfigException(
f"The provider {provider} is attempting to contribute "
f"configuration section {provider_section} that "
- f"has already been added before. The source of it:
{section_source}."
- "This is forbidden. A provider can only add new
sections. It"
+ f"has already been added before. The source of it:
{section_source}. "
+ "This is forbidden. A provider can only add new
sections. It "
"cannot contribute options to existing sections or
override other "
"provider's configuration.",
UserWarning,