chore: use official isort in pre-commmit (#17215)

This commit is contained in:
Yongjie Zhao
2021-10-25 10:57:38 +01:00
committed by GitHub
parent 31085e34ce
commit 4f1d202430
15 changed files with 31 additions and 28 deletions

View File

@@ -71,7 +71,7 @@ def _load_data():
fetch_values_predicate="123 = 123",
)
from superset.examples.birth_names import create_slices, create_dashboard
from superset.examples.birth_names import create_dashboard, create_slices
slices, _ = create_slices(table, admin_owner=False)
dash = create_dashboard(slices)