Skip to content

Commit

Permalink
appease isort
Browse files Browse the repository at this point in the history
  • Loading branch information
imtherealF1 committed Jan 4, 2025
1 parent 672aea7 commit 3954c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ballsdex/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from tortoise import exceptions, fields, models, signals, timezone, validators
from tortoise.expressions import Q

from ballsdex.settings import settings
from ballsdex.core.image_generator.image_gen import draw_card
from ballsdex.settings import settings

if TYPE_CHECKING:
from tortoise.backends.base.client import BaseDBAsyncClient
Expand Down
2 changes: 1 addition & 1 deletion ballsdex/packages/balls/countryballs_paginator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

import discord

from ballsdex.settings import settings
from ballsdex.core.models import BallInstance
from ballsdex.core.utils import menus
from ballsdex.core.utils.paginator import Pages
from ballsdex.settings import settings

if TYPE_CHECKING:
from ballsdex.core.bot import BallsDexBot
Expand Down

0 comments on commit 3954c42

Please sign in to comment.