mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: don't create examples db on 'superset init' (#9881)
* chore: don't create examples db on 'superset init' * fix isort
This commit is contained in:
committed by
GitHub
parent
3e8e441bfc
commit
ee991963c7
@@ -15,6 +15,7 @@
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
# pylint: disable=unused-argument
|
||||
import dataclasses
|
||||
import hashlib
|
||||
import json
|
||||
import logging
|
||||
@@ -33,7 +34,6 @@ from typing import (
|
||||
Union,
|
||||
)
|
||||
|
||||
import dataclasses
|
||||
import pandas as pd
|
||||
import sqlparse
|
||||
from flask import g
|
||||
|
||||
Reference in New Issue
Block a user