fix: resolve CI linting and type checking errors
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 05:57:53 +00:00
parent 66e5ebd1a8
commit ef7b7f7673

View File

@@ -1,7 +1,6 @@
"""Data models for generators module."""
from dataclasses import dataclass
from typing import Any, Dict, List
@dataclass