From 8cbfd930599aa437c7ffb06301ad24c8eddb280a Mon Sep 17 00:00:00 2001 From: arkadiuszbach <55976380+arkadiuszbach@users.noreply.github.com> Date: Mon, 14 Oct 2019 11:16:37 +0200 Subject: [PATCH] [AIRFLOW-4661] Make airflow/config_templates Pylint compatible (#6300) --- airflow/config_templates/airflow_local_settings.py | 1 + scripts/ci/pylint_todo.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/config_templates/airflow_local_settings.py b/airflow/config_templates/airflow_local_settings.py index 754b2470ada4b..de5f6ae3a811e 100644 --- a/airflow/config_templates/airflow_local_settings.py +++ b/airflow/config_templates/airflow_local_settings.py @@ -16,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +"""Airflow logging settings""" import os from typing import Any, Dict diff --git a/scripts/ci/pylint_todo.txt b/scripts/ci/pylint_todo.txt index 349431f7b76bf..4573fa9f2a954 100644 --- a/scripts/ci/pylint_todo.txt +++ b/scripts/ci/pylint_todo.txt @@ -1,5 +1,4 @@ ./airflow/__init__.py -./airflow/config_templates/airflow_local_settings.py ./airflow/configuration.py ./airflow/contrib/auth/backends/github_enterprise_auth.py ./airflow/contrib/auth/backends/google_auth.py