Skip to content

Commit a5bb85f

Browse files
authored
remove unused import in example
1 parent c07b746 commit a5bb85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is a simple SQLAlchemy model:
2222

2323
```python
2424
from sqlalchemy import Column, Integer, String
25-
from sqlalchemy.orm import backref, relationship
25+
from sqlalchemy.orm import relationship
2626

2727
from sqlalchemy.ext.declarative import declarative_base
2828

0 commit comments

Comments
 (0)