This commit is contained in:
Deeman
2025-10-12 21:36:32 +02:00
parent 5ce112f44d
commit ce1cad4c41
2 changed files with 1 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ def pipeline_run(
if result.success:
typer.echo(result.output)
typer.echo(f"\n✓ Pipeline completed successfully")
typer.echo("\n✓ Pipeline completed successfully")
else:
typer.echo(result.error, err=True)
raise typer.Exit(1)

View File

@@ -1,6 +1,5 @@
"""Pytest configuration and fixtures."""
import os
import pytest
from unittest.mock import Mock, patch