Jeef
Results
231
comments of
Jeef
I think this worked for my codebase: ```python try: from pydantic.v1 import Field, validator # type: ignore # noqa F401 # pragma: no cover from pydantic.v1 import BaseModel # type:...