fix test error

This commit is contained in:
long2ice
2020-07-08 21:00:30 +08:00
parent 01fa7fbbdb
commit 86e1d3defb
3 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
from typing import Type
from tortoise import Model
from tortoise.backends.asyncpg.schema_generator import AsyncpgSchemaGenerator
from tortoise.fields import Field