[AIRFLOW-4661] Make airflow/config_templates Pylint compatible (#6300)

This commit is contained in:
arkadiuszbach 2019-10-14 11:16:37 +02:00 коммит произвёл Felix Uellendall
Родитель 3ed7b32775
Коммит 8cbfd93059
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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