mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
[mypy] Enforcing typing for superset.examples (#9469)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -24,7 +24,7 @@ from .helpers import merge_slice, misc_dash_slices
|
||||
from .world_bank import load_world_bank_health_n_pop
|
||||
|
||||
|
||||
def load_multi_line(only_metadata=False):
|
||||
def load_multi_line(only_metadata: bool = False) -> None:
|
||||
load_world_bank_health_n_pop(only_metadata)
|
||||
load_birth_names(only_metadata)
|
||||
ids = [
|
||||
|
||||
Reference in New Issue
Block a user