Skip to content

Commit 5d37195

Browse files
committed
🔥 Remove old comment
1 parent 2ee19ec commit 5d37195

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/fastapi_cli/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def resolve(cls, entrypoint: Optional[str] = None) -> "FastAPIConfig":
4444
config["entrypoint"] = entrypoint
4545

4646
# Pydantic v2 uses model_validate, v1 uses parse_obj
47-
# Use getattr to avoid mypy errors with different Pydantic versions
4847
if not PYDANTIC_V2:
4948
return cls.parse_obj(config) # type: ignore[no-any-return, unused-ignore]
5049

0 commit comments

Comments
 (0)