Skip to content

Commit 5066ec7

Browse files
style: fix ruff format for long line
Co-Authored-By: unknown <>
1 parent cd55bfd commit 5066ec7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

unit_tests/sources/declarative/parsers/test_model_to_component_factory.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5324,7 +5324,9 @@ def test_block_simultaneous_read_from_stream_groups():
53245324
resolved_manifest = resolver.preprocess_manifest(parsed_manifest)
53255325

53265326
# Build stream_name_to_group from the manifest's stream_groups (as ConcurrentDeclarativeSource does)
5327-
stream_name_to_group = ConcurrentDeclarativeSource._build_stream_name_to_group(resolved_manifest)
5327+
stream_name_to_group = ConcurrentDeclarativeSource._build_stream_name_to_group(
5328+
resolved_manifest
5329+
)
53285330
factory_with_groups = ModelToComponentFactory(stream_name_to_group=stream_name_to_group)
53295331

53305332
# Test parent stream gets block_simultaneous_read from stream_groups

0 commit comments

Comments
 (0)