You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/10/17 12:04:27 UTC

[GitHub] [airflow] ashb commented on a change in pull request #6327: [AIRFLOW-4675] Make airflow/lineage Pylint compatible

ashb commented on a change in pull request #6327: [AIRFLOW-4675] Make airflow/lineage Pylint compatible
URL: https://github.com/apache/airflow/pull/6327#discussion_r335963837
 
 

 ##########
 File path: airflow/lineage/__init__.py
 ##########
 @@ -108,9 +115,9 @@ def wrapper(self, context, *args, **kwargs):
                       for i in inlets]
             self.inlets.extend(inlets)
 
-        if self._inlets['auto']:
+        if self._inlets['auto']:  # pylint: disable=protected-access
 
 Review comment:
   Do we need this warning disabling here? Surely we are allowed to access protected members of our own instance?!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services