You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2020/04/07 15:23:16 UTC

[incubator-superset] branch master updated (f9db3fa -> 4be8275)

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

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


    from f9db3fa  [mypy] Enforcing typing for superset.dashboards (#9418)
     add 4be8275  [datasets] Add strict type annotation (#9437)

No new revisions were added by this update.

Summary of changes:
 setup.cfg                                |  2 +-
 superset/datasets/api.py                 |  3 ++-
 superset/datasets/commands/create.py     |  3 ++-
 superset/datasets/commands/delete.py     |  3 ++-
 superset/datasets/commands/exceptions.py | 22 +++++++++++-----------
 superset/datasets/commands/refresh.py    | 18 ++++++++++--------
 superset/datasets/commands/update.py     | 27 +++++++++++++++++----------
 superset/datasets/dao.py                 | 16 ++++++++++------
 superset/datasets/schemas.py             |  2 +-
 superset/views/base.py                   |  2 +-
 10 files changed, 57 insertions(+), 41 deletions(-)