Skip to content

Commit

Permalink
lintt
Browse files Browse the repository at this point in the history
Signed-off-by: rashidakanchwala <[email protected]>
  • Loading branch information
rashidakanchwala committed Feb 22, 2025
1 parent 3b22802 commit d71a720
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package/tests/test_data_access/test_managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,7 @@ def test_add_pipelines_with_transcoded_data(
example_transcoded_pipelines: Dict[str, Pipeline],
example_transcoded_catalog: DataCatalog,
):
data_access_manager.add_catalog(
example_transcoded_catalog
)
data_access_manager.add_catalog(example_transcoded_catalog)
data_access_manager.add_pipelines(example_transcoded_pipelines)
assert any(
isinstance(node, TranscodedDataNode)
Expand Down

0 comments on commit d71a720

Please sign in to comment.