diff --git a/src/nl2gherkin/cli/interactive.py b/src/nl2gherkin/cli/interactive.py index 72eac6f..08dab88 100644 --- a/src/nl2gherkin/cli/interactive.py +++ b/src/nl2gherkin/cli/interactive.py @@ -1,4 +1,4 @@ -"""Interactive mode for the NL2Gherkin CLI.""" + """Interactive mode for the NL2Gherkin CLI.""" from typing import List @@ -95,7 +95,7 @@ def run_interactive_session(exporter: BaseExporter) -> None: ambiguities = analyzer.analyze_ambiguity(requirement) if ambiguities: - click.echo(_colorize("\n[WARNING] Potential ambiguities:", "yellow")) + click.echo(_colorize("[WARNING] Potential ambiguities:", "yellow")) for amb in ambiguities: click.echo(f" - {amb.message}") if amb.suggestion: