You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/01/02 14:28:31 UTC

[airflow] branch master updated: Fix another pylint c-extension-no-member (#13438)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new c33d2c0  Fix another pylint c-extension-no-member (#13438)
c33d2c0 is described below

commit c33d2c06b68c8b9a5a36c965ab8be540a2dca967
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Sat Jan 2 15:28:19 2021 +0100

    Fix another pylint c-extension-no-member (#13438)
---
 airflow/providers/google/cloud/transfers/oracle_to_gcs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/providers/google/cloud/transfers/oracle_to_gcs.py b/airflow/providers/google/cloud/transfers/oracle_to_gcs.py
index 935730e..8c8af71 100644
--- a/airflow/providers/google/cloud/transfers/oracle_to_gcs.py
+++ b/airflow/providers/google/cloud/transfers/oracle_to_gcs.py
@@ -15,7 +15,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-
+# pylint: disable=c-extension-no-member
 import base64
 import calendar
 from datetime import date, datetime, timedelta