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/14 13:27:47 UTC

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

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

 ##########
 File path: airflow/lineage/datasets.py
 ##########
 @@ -77,6 +82,8 @@ def __iter__(self):
         yield from self._data.items()
 
     def as_dict(self):
+        """Return a dictionary containing two elements: typeName and attributes.
 
 Review comment:
   When writing multi-line docs I think it is nicer to have the beginning and end quotes on separate lines. Don't you think?
   ```
   """
   foo
   bar
   """
   ```
   instead of
   ```
   """foo
   bar"""
   ```

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