Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb committed Jun 17, 2024
1 parent 863f071 commit 44adb25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/distilabel/cli/pipeline/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ def run(
def info(config: ConfigOption) -> None:
from distilabel.cli.pipeline.utils import display_pipeline_information, get_pipeline

pipeline = get_pipeline(config)
display_pipeline_information(pipeline)

try:
pipeline = get_pipeline(config)
display_pipeline_information(pipeline)
Expand Down

0 comments on commit 44adb25

Please sign in to comment.