Fixed imports in migrations.
This commit is contained in:
parent
12221f186d
commit
9568d75fcc
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
from tortoise import BaseDBAsyncClient
|
||||
from tortoise.backends.base.client import BaseDBAsyncClient
|
||||
|
||||
|
||||
async def upgrade(db: BaseDBAsyncClient) -> str:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from tortoise import BaseDBAsyncClient
|
||||
from tortoise.backends.base.client import BaseDBAsyncClient
|
||||
|
||||
|
||||
async def upgrade(db: BaseDBAsyncClient) -> str:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from tortoise import BaseDBAsyncClient
|
||||
from tortoise.backends.base.client import BaseDBAsyncClient
|
||||
|
||||
|
||||
async def upgrade(db: BaseDBAsyncClient) -> str:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from tortoise import BaseDBAsyncClient
|
||||
from tortoise.backends.base.client import BaseDBAsyncClient
|
||||
|
||||
|
||||
async def upgrade(db: BaseDBAsyncClient) -> str:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from tortoise import BaseDBAsyncClient
|
||||
from tortoise.backends.base.client import BaseDBAsyncClient
|
||||
|
||||
|
||||
async def upgrade(db: BaseDBAsyncClient) -> str:
|
||||
|
|
Loading…
Reference in a new issue