Skip to content

Commit 5c65b46

Browse files
committed
fix deprecated syntax
1 parent 7e50af9 commit 5c65b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte_cdk/sources/streams/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def state(self, value: MutableMapping[str, Any]) -> None:
9292

9393

9494
@deprecated(
95-
"Deprecated as of CDK version 0.87.0. ",
96-
"Deprecated in favor of the CheckpointMixin which offers similar functionality.",
95+
"Deprecated as of CDK version 0.87.0. "
96+
"Deprecated in favor of the `CheckpointMixin` which offers similar functionality."
9797
)
9898
class IncrementalMixin(CheckpointMixin, ABC):
9999
"""Mixin to make stream incremental.

0 commit comments

Comments
 (0)