You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2019/12/11 18:14:35 UTC

[incubator-superset] branch master updated (60914fa -> 562aeab)

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

maximebeauchemin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 60914fa  re-enable Pylint on a number of view files (#8773)
     add 562aeab  Fix a bunch of files with pylint disabled (#8743)

No new revisions were added by this update.

Summary of changes:
 .pylintrc                      |  2 +-
 superset/exceptions.py         |  4 ---
 superset/jinja_context.py      | 15 ++++++-----
 superset/sql_lab.py            | 46 ++++++++++++++++-----------------
 superset/sql_parse.py          | 58 +++++++++++++++++++++---------------------
 superset/translations/utils.py |  3 +--
 superset/views/annotations.py  | 25 ++++++++++--------
 superset/views/base.py         | 50 +++++++++++++++++++-----------------
 superset/views/log/views.py    |  3 +--
 superset/views/schedules.py    | 49 ++++++++++++++++++-----------------
 10 files changed, 128 insertions(+), 127 deletions(-)