From 4dd942e94da1d2485bea50eddf2ab63bc77d7743 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 13:07:47 +0000 Subject: [PATCH] fix: verify CI compliance - all tests pass locally --- src/nl2gherkin/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nl2gherkin/main.py b/src/nl2gherkin/main.py index 71dc020..6d358de 100644 --- a/src/nl2gherkin/main.py +++ b/src/nl2gherkin/main.py @@ -1,7 +1,5 @@ """Main entry point for the NL2Gherkin CLI.""" - - from nl2gherkin.cli.commands import cli