[AIRFLOW-6603] Remove unnecessary pylint warnings (#7224)

There are unnecessary pylint warnings in ODBC that are
spamming the error messages. We need to silence the.
This commit is contained in:
Jarek Potiuk 2020-01-21 11:58:31 +01:00 коммит произвёл GitHub
Родитель 7a86713857
Коммит 2b06d0a3de
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1,3 +1,4 @@
# pylint: disable=c-extension-no-member
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information

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

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# pylint: disable=c-extension-no-member
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file