This commit is contained in:
2024-08-04 17:59:14 +03:00
parent de898dec6a
commit 5d86fb7c4a
2 changed files with 6 additions and 6 deletions

View File

@ -189,6 +189,7 @@ Now, let's start implementing what's required to load different fields based on
1. Define a `RelationshipLoader` class in `models.py`.
```python
from typing import Any
from sqlalchemy.inspection import inspect