Fix MySQLDatabase missing import
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
from config import conf
|
from config import conf
|
||||||
|
from peewee import MySQLDatabase
|
||||||
from peewee import SqliteDatabase
|
from peewee import SqliteDatabase
|
||||||
from peewee import Model
|
from peewee import Model
|
||||||
from peewee import AutoField, DateField, IntegerField
|
from peewee import AutoField, DateField, IntegerField
|
||||||
|
|||||||
Reference in New Issue
Block a user