This is an automated email from the ASF dual-hosted git repository.
johnbodley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 114642d fix adhoc metric bug in chord diagram (#9149)
add a7e433a [mypy] Disallowing implicit optional (#9150)
No new revisions were added by this update.
Summary of changes:
setup.cfg | 1 +
superset/db_engine_specs/base.py | 4 ++--
superset/db_engine_specs/hive.py | 2 +-
superset/db_engine_specs/presto.py | 4 ++--
superset/models/core.py | 12 +++++++++---
superset/security/manager.py | 4 ++--
superset/views/base_schemas.py | 4 ++--
superset/views/chart/api.py | 6 +++---
superset/views/core.py | 6 ++++--
superset/views/dashboard/api.py | 4 ++--
superset/views/database/api.py | 4 +++-
superset/views/database/decorators.py | 3 ++-
superset/viz.py | 2 +-
tests/chart_api_tests.py | 6 +++---
tests/dashboard_api_tests.py | 4 ++--
15 files changed, 39 insertions(+), 27 deletions(-)