We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb974e9 + a5bb85f commit 1a08d33Copy full SHA for 1a08d33
README.md
@@ -22,7 +22,7 @@ Here is a simple SQLAlchemy model:
22
23
```python
24
from sqlalchemy import Column, Integer, String
25
-from sqlalchemy.orm import backref, relationship
+from sqlalchemy.orm import relationship
26
27
from sqlalchemy.ext.declarative import declarative_base
28
0 commit comments