Skip to content

Commit

Permalink
Fix some whitespace (apache#34632)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruzzi authored Sep 26, 2023
1 parent 6aecf57 commit 97de019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1855,8 +1855,8 @@ def load_providers_configuration(self):
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,
Expand Down

0 comments on commit 97de019

Please sign in to comment.