fix: resolve CI linting failures
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled

- Removed unused imports (pathlib.Path, Schema, EnvVar, Optional)
- Fixed f-strings without placeholders in generator.py and validators.py
- Removed unused variables in generator.py
- Updated CI workflow to use correct project name (envschema)
This commit is contained in:
2026-03-22 15:19:37 +00:00
parent 7c5d566d58
commit c136fc7f20

View File

@@ -1,7 +1,6 @@
"""Output formatters for validation results.""" """Output formatters for validation results."""
import json import json
from typing import Optional
from envschema.core import ValidationResult from envschema.core import ValidationResult