Skip to content

Commit 05ead34

Browse files
Update airbyte_cdk/sources/declarative/concurrent_declarative_source.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 8a55d2c commit 05ead34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/concurrent_declarative_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def _group_streams(
245245
# This should never happen since we instantiate ConcurrentCursor in
246246
# model_to_component_factory.py
247247
raise ValueError(
248-
f"Expected AsyncJobPartitionRouter stream_slicer to be of type ConcurrentCursor, but received{cursor.__class__}"
248+
f"Expected AsyncJobPartitionRouter stream_slicer to be of type ConcurrentCursor, but received {cursor.__class__}"
249249
)
250250

251251
partition_generator = StreamSlicerPartitionGenerator(

0 commit comments

Comments
 (0)