fix: resolve CI type annotation issues
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

- Replaced deprecated typing.List/Dict/Tuple with native list/dict/tuple
- Fixed trailing whitespace issues
- Fixed blank line whitespace issues
- Removed unused variables and imports
- Applied black formatting
This commit is contained in:
2026-02-02 12:45:03 +00:00
parent ee009bd4b0
commit d6d630d1e8

View File

@@ -1,6 +1,6 @@
"""NL2Gherkin - Natural Language to Gherkin Converter.
"""NL2Gherkin - Natural Language to Gherkin Converter.
A CLI tool that converts natural language project requirements into structured
A CLI tool that converts natural language project requirements into structured
acceptance criteria in Gherkin format (Given-When-Then).
"""