mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +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
@@ -17,7 +17,7 @@
|
||||
from typing import Any, Optional
|
||||
from unittest.mock import Mock
|
||||
|
||||
from pytest import fixture
|
||||
from pytest import fixture # noqa: PT013
|
||||
|
||||
from superset.common.query_object_factory import QueryObjectFactory
|
||||
from tests.common.query_context_generator import QueryContextGenerator
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
# under the License.
|
||||
from pandas import DataFrame, Series, Timestamp
|
||||
from pandas.testing import assert_frame_equal
|
||||
from pytest import fixture, mark
|
||||
from pytest import fixture, mark # noqa: PT013
|
||||
|
||||
from superset.common.chart_data import ChartDataResultFormat, ChartDataResultType
|
||||
from superset.common.query_context import QueryContext
|
||||
|
||||
Reference in New Issue
Block a user