Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed May 23, 2023
1 parent 2604de2 commit c6408b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/unit_tests/db_engine_specs/test_starrocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@

from superset.db_engine_specs.starrocks import ARRAY, DOUBLE, MAP, STRUCT, TINYINT
from superset.utils.core import GenericDataType
from tests.unit_tests.db_engine_specs.utils import (
assert_column_spec,
)
from tests.unit_tests.db_engine_specs.utils import assert_column_spec


@pytest.mark.parametrize(
Expand Down Expand Up @@ -75,8 +73,10 @@ def test_get_column_spec(
],
)
def test_adjust_engine_params(
sqlalchemy_uri: str, connect_args: Dict[str, Any],
return_schema: str, return_connect_args: Dict[str, Any]
sqlalchemy_uri: str,
connect_args: Dict[str, Any],
return_schema: str,
return_connect_args: Dict[str, Any],
) -> None:
from superset.db_engine_specs.starrocks import StarRocksEngineSpec

Expand Down

0 comments on commit c6408b2

Please sign in to comment.