mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: enforce more ruff rules (#31447)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9da65d6bfd
commit
e51b95ffa8
@@ -28,7 +28,7 @@ from __future__ import annotations
|
||||
from typing import Callable, TYPE_CHECKING
|
||||
from unittest.mock import MagicMock, Mock, PropertyMock
|
||||
|
||||
from pytest import fixture
|
||||
from pytest import fixture # noqa: PT013
|
||||
|
||||
from tests.example_data.data_loading.pandas.pandas_data_loader import PandasDataLoader
|
||||
from tests.example_data.data_loading.pandas.pands_data_loading_conf import (
|
||||
|
||||
Reference in New Issue
Block a user