Skip to content

Commit

Permalink
Add return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w-feldmann committed Oct 2, 2024
1 parent 20407f9 commit 45a2879
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_utils/test_comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@


def get_test_pipeline() -> Pipeline:
"""Get a test pipeline."""
"""Get a test pipeline.
Returns
-------
Pipeline
Test pipeline.
"""
error_filter = ErrorFilter(filter_everything=True)
pipeline = Pipeline(
[
Expand Down

0 comments on commit 45a2879

Please sign in to comment.