mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: Update pre-commit packages (#23173)
This commit is contained in:
@@ -89,7 +89,6 @@ def _create_energy_table() -> List[Slice]:
|
||||
|
||||
slices = []
|
||||
for slice_data in _get_energy_slices():
|
||||
|
||||
slice = _create_and_commit_energy_slice(
|
||||
table,
|
||||
slice_data["slice_title"],
|
||||
|
||||
@@ -23,7 +23,6 @@ from tests.integration_tests.test_app import app
|
||||
|
||||
@pytest.fixture()
|
||||
def create_gamma_sqllab_no_data():
|
||||
|
||||
with app.app_context():
|
||||
gamma_role = db.session.query(Role).filter(Role.name == "Gamma").one_or_none()
|
||||
sqllab_role = (
|
||||
|
||||
Reference in New Issue
Block a user