remove unused import
This commit is contained in:
parent
98439fd1e7
commit
05104667c7
@ -1,7 +1,7 @@
|
|||||||
from sqlalchemy.orm import relationship
|
from sqlalchemy.orm import relationship
|
||||||
|
|
||||||
from database import Base
|
from database import Base
|
||||||
from sqlalchemy import Column, Integer, String, Boolean, ForeignKey
|
from sqlalchemy import Column, Integer, String, ForeignKey
|
||||||
|
|
||||||
|
|
||||||
class Post(Base):
|
class Post(Base):
|
||||||
|
Loading…
Reference in New Issue
Block a user