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/15 07:45:50 UTC

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

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

 ##########
 File path: airflow/lineage/backend/__init__.py
 ##########
 @@ -16,13 +16,12 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-"""Sends lineage metadata to a backend"""
+"""Send lineage metadata to a backend"""
 
 
 class LineageBackend:
-    """Sends lineage metadata to a backend"""
-    def send_lineage(self,
-                     operator=None, inlets=None, outlets=None, context=None):
+    """Sends lineage metadata to a backend."""
 
 Review comment:
   s here as well.

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