more readable imports
This commit is contained in:
parent
2731531768
commit
6a043f4a7d
18 changed files with 32 additions and 32 deletions
|
@ -5,7 +5,7 @@ from datetime import datetime
|
|||
|
||||
from sqlalchemy import not_, and_
|
||||
|
||||
from .. import db
|
||||
from realms import db
|
||||
|
||||
|
||||
class Model(db.Model):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue