forked from sr2/cloud-api
minor: cleanup
Minor tweaks to reduce warnings in IDE e.g. unused imports.
This commit is contained in:
parent
d89c926a38
commit
f54876eac6
7 changed files with 10 additions and 15 deletions
|
|
@ -9,8 +9,6 @@ Models:
|
|||
from sqlalchemy import Column, Integer, String, Boolean, ForeignKey, JSON, false
|
||||
|
||||
from src.database import Base
|
||||
from src.contact.models import Contact
|
||||
from src.user.models import User
|
||||
|
||||
|
||||
class Organisation(Base):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue