mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
[utils.py] gathering/refactoring into a "utils/" folder (#6095)
* [utils] gathering/refactoring into a "utils/" folder Moving current utils.py into utils/core.py and moving other *util* modules under this new "utils/" as well. Following steps include eroding at "utils/core.py" and breaking it down into smaller modules. * Improve tests * Make loading examples in scope for tests * Remove test class attrs examples_loaded and requires_examples
This commit is contained in:
committed by
Beto Dealmeida
parent
af0ffa44ab
commit
bbfd69a138
@@ -15,7 +15,7 @@ from sqlalchemy.ext.declarative import declared_attr
|
||||
from sqlalchemy.orm.exc import MultipleResultsFound
|
||||
import yaml
|
||||
|
||||
from superset.utils import QueryStatus
|
||||
from superset.utils.core import QueryStatus
|
||||
|
||||
|
||||
def json_to_dict(json_str):
|
||||
|
||||
Reference in New Issue
Block a user