style(mypy): Enforcing typing for superset (#9943)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2020-06-03 15:26:12 -07:00
committed by GitHub
parent dcac860f3e
commit 244677cf5e
15 changed files with 393 additions and 313 deletions

View File

@@ -974,7 +974,7 @@ class BaseDeckGLVizTestCase(SupersetTestCase):
test_viz_deckgl = viz.DeckScatterViz(datasource, form_data)
test_viz_deckgl.point_radius_fixed = {}
result = test_viz_deckgl.get_metrics()
assert result is None
assert result == []
def test_get_js_columns(self):
form_data = load_fixture("deck_path_form_data.json")