Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Nov 21, 2023
1 parent 4194284 commit 1770d0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_multiple_resources_pipeline():
)
load_info = pipeline.run([source1(10), source2(20)])

source1_schema = load_info.pipeline.schemas.get("source1") # type: ignore[attr-defined]
source1_schema = load_info.pipeline.schemas.get("source1")

assert load_info.pipeline.schema_names == ["source2", "source1"] # type: ignore[attr-defined]

Expand Down

0 comments on commit 1770d0d

Please sign in to comment.