Skip to content

Commit 1a08d33

Browse files
authored
Merge pull request #22 from sangheestyle/master
remove unused import in example
2 parents cb974e9 + a5bb85f commit 1a08d33

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)