mirror of
https://github.com/apache/superset.git
synced 2026-04-26 19:44:58 +00:00
style(mypy): Enforcing typing for superset (#9943)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user