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:
@@ -26,7 +26,7 @@ from .helpers import misc_dash_slices, update_slice_ids
|
||||
DASH_SLUG = "misc_charts"
|
||||
|
||||
|
||||
def load_misc_dashboard():
|
||||
def load_misc_dashboard() -> None:
|
||||
"""Loading a dashboard featuring misc charts"""
|
||||
|
||||
print("Creating the dashboard")
|
||||
|
||||
Reference in New Issue
Block a user