From facd59b406b002f0165b04a9f1bb146d75979e25 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Thu, 12 Mar 2020 01:52:06 +0000 Subject: [PATCH] [AIRFLOW-XXXX] Remove already solved items from pylint_todo.txt (#7697) --- scripts/ci/pylint_todo.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/ci/pylint_todo.txt b/scripts/ci/pylint_todo.txt index c8ade2a0cd..e7f7482913 100644 --- a/scripts/ci/pylint_todo.txt +++ b/scripts/ci/pylint_todo.txt @@ -115,7 +115,6 @@ ./airflow/providers/zendesk/hooks/zendesk.py ./airflow/settings.py ./airflow/stats.py -./airflow/version.py ./airflow/www/api/experimental/endpoints.py ./airflow/www/app.py ./airflow/www/blueprints.py @@ -128,5 +127,4 @@ ./airflow/www/validators.py ./airflow/www/views.py ./airflow/www/widgets.py -./dags/test_dag.py ./scripts/perf/scheduler_ops_metrics.py