Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 19, 2024
1 parent caf0276 commit fc06644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singer_sdk/testing/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def config(self) -> SuiteConfig: # noqa: PLR6301
return suite_config or SuiteConfig()

@pytest.fixture
def resource(self) -> t.Any: # noqa: ANN401, PLR6301, PT004
def resource(self) -> t.Any: # noqa: ANN401, PLR6301
yield # noqa: PT022

@pytest.fixture(scope="class")
Expand Down Expand Up @@ -345,7 +345,7 @@ def config(self) -> SuiteConfig: # noqa: PLR6301
return suite_config or SuiteConfig()

@pytest.fixture
def resource(self) -> t.Any: # noqa: ANN401, PLR6301, PT004
def resource(self) -> t.Any: # noqa: ANN401, PLR6301
yield # noqa: PT022

@pytest.fixture
Expand Down

0 comments on commit fc06644

Please sign in to comment.