style fixes

This commit is contained in:
Patrick Schneeweis 2020-07-23 21:29:26 -04:00
parent f93ab6bbff
commit 119b15d597

View File

@ -17,7 +17,7 @@ from tortoise import (
from tortoise.fields import Field from tortoise.fields import Field
from aerich.ddl import BaseDDL from aerich.ddl import BaseDDL
from aerich.models import Aerich, MAX_VERSION_LENGTH from aerich.models import MAX_VERSION_LENGTH, Aerich
from aerich.utils import get_app_connection from aerich.utils import get_app_connection