Skip to content

Commit

Permalink
style: Change the import order in the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
NanmiCoder committed Aug 16, 2023
1 parent 9177c38 commit b7fe5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/douyin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
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
Expand Down

0 comments on commit b7fe5b7

Please sign in to comment.