mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
[mypy] Enforcing typing for superset.examples (#9469)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -36,7 +36,7 @@ from .helpers import (
|
||||
)
|
||||
|
||||
|
||||
def load_unicode_test_data(only_metadata=False, force=False):
|
||||
def load_unicode_test_data(only_metadata: bool = False, force: bool = False) -> None:
|
||||
"""Loading unicode test dataset from a csv file in the repo"""
|
||||
tbl_name = "unicode_test"
|
||||
database = utils.get_example_database()
|
||||
|
||||
Reference in New Issue
Block a user