mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Why am I importing sqlalchemy.databases.mysql...?
This commit is contained in:
parent
41c2ebdeaf
commit
b54501ef94
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ from sqlalchemy.ext.associationproxy import association_proxy
|
|||
from sqlalchemy.orm import backref, relation
|
||||
from sqlalchemy.sql import and_
|
||||
from sqlalchemy.types import *
|
||||
from sqlalchemy.databases.mysql import *
|
||||
|
||||
from pokedex.db import rst
|
||||
|
||||
|
|
Loading…
Reference in a new issue