Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Sep 18, 2023
1 parent a2ace01 commit 1de5677
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tests/adapter/dbt/tests/adapter/dbt_show/test_dbt_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
from dbt.tests.util import run_dbt_and_capture, run_dbt

from tests.functional.show.test_show import ShowBase
from tests.functional.show.fixtures import (
models__second_ephemeral_model
)
from tests.functional.show.fixtures import models__second_ephemeral_model


# -- Below we define base classes for tests you import the one based on if your adapter uses dbt clone or not --
# -- Below we define base classes for tests you import based on if your adapter supports dbt show or not --
class BaseShowLimit(ShowBase):
@pytest.mark.parametrize(
"args,expected",
Expand Down Expand Up @@ -37,8 +35,8 @@ def test_sql_header(self, project):


class TestPostgresShowSqlHeader(BaseShowSqlHeader):
pass
pass


class TestPostgresShowLimit(BaseShowLimit):
pass
pass

0 comments on commit 1de5677

Please sign in to comment.