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:
@@ -25,7 +25,7 @@ from superset.models.slice import Slice
|
||||
from .helpers import update_slice_ids
|
||||
|
||||
|
||||
def load_tabbed_dashboard(_=False):
|
||||
def load_tabbed_dashboard(_: bool = False) -> None:
|
||||
"""Creating a tabbed dashboard"""
|
||||
|
||||
print("Creating a dashboard with nested tabs")
|
||||
|
||||
Reference in New Issue
Block a user