Skip to content

Commit

Permalink
delete useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
SK-415 committed May 29, 2021
1 parent 92eb6f3 commit ed7bdb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugins/haruka_bot/database/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
import nonebot
from packaging.version import Version

from tortoise import Tortoise, run_async
from tortoise import Tortoise
from tortoise.query_utils import Q
from tortoise.queryset import QuerySet

from .models import Group, Sub, User
from .models import Version as DBVersion
from ..utils import get_path
from ..version import __version__
from pprint import pprint


uid_list = {'live': {'list': [], 'index': 0},
Expand Down

0 comments on commit ed7bdb8

Please sign in to comment.