mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-02-25 09:30:47 +08:00
style: Change the import order in the code.
This commit is contained in:
@@ -3,8 +3,8 @@ import pathlib
|
||||
from typing import Dict, List
|
||||
|
||||
from tortoise import fields
|
||||
from tortoise.models import Model
|
||||
from tortoise.contrib.pydantic import pydantic_model_creator
|
||||
from tortoise.models import Model
|
||||
|
||||
import config
|
||||
from tools import utils
|
||||
|
||||
Reference in New Issue
Block a user