From fff7bc79ca0676021b85505a6c0449c586227c99 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:26:13 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- singer_sdk/streams/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singer_sdk/streams/core.py b/singer_sdk/streams/core.py index ef50f5b24..afc347c77 100644 --- a/singer_sdk/streams/core.py +++ b/singer_sdk/streams/core.py @@ -97,7 +97,7 @@ class Stream(metaclass=abc.ABCMeta): - ``TypeConformanceLevel.NONE``: No conformance is performed. - ``TypeConformanceLevel.RECURSIVE``: Conformance is performed recursively through all nested levels in the record. - - ``TypeConformanceLevel.ROOT_ONLY``: Conformance is performed only on the + - ``TypeConformanceLevel.ROOT_ONLY``: Conformance is performed only on the root level. """