remove unnecessary imports
This commit is contained in:
parent
14d5a012ac
commit
2fe05d07f7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
from sqlalchemy import *
|
||||
from sqlalchemy.orm import relationship, declarative_base
|
||||
from sqlalchemy.orm import relationship
|
||||
from files.classes.base import CreatedBase, Base
|
||||
from files.helpers.lazy import lazy
|
||||
from files.helpers.config.const import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue