Skip to content

Commit

Permalink
[AIRFLOW-4661] Make airflow/config_templates Pylint compatible (#6300)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbach authored and feluelle committed Oct 14, 2019
1 parent 3ed7b32 commit 8cbfd93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions airflow/config_templates/airflow_local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion scripts/ci/pylint_todo.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8cbfd93

Please sign in to comment.