From 3e9974d21f318b44637be1751d0ab1a61d6f73aa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:56:05 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes --- tests/conftest.py | 1 + tests/test_core.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/conftest.py b/tests/conftest.py index 4133230..3a8eaea 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,5 @@ """Test Configuration.""" + from __future__ import annotations pytest_plugins = ("singer_sdk.testing.pytest_plugin",) diff --git a/tests/test_core.py b/tests/test_core.py index a84cc54..8a9d185 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1,4 +1,5 @@ """Tests standard tap features using the built-in SDK tests library.""" + from __future__ import annotations from singer_sdk.testing import SuiteConfig, get_tap_test_class