Skip to content

Commit

Permalink
fix: Move necessary import out of type checking block
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Feb 3, 2025
1 parent 33da1d3 commit caaa904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoyo_buddy/ui/hoyo/gacha/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from hoyo_buddy.db import GachaHistory, GachaStats, HoyoAccount, get_dyk, get_last_gacha_num
from hoyo_buddy.embeds import DefaultEmbed
from hoyo_buddy.emojis import CURRENCY_EMOJIS
from hoyo_buddy.enums import Game
from hoyo_buddy.exceptions import NoGachaLogFoundError
from hoyo_buddy.l10n import LocaleStr
from hoyo_buddy.ui.components import Button, Select, SelectOption, View
Expand All @@ -24,7 +25,6 @@
import asyncpg
from discord import Locale

from hoyo_buddy.enums import Game
from hoyo_buddy.types import Interaction, User


Expand Down

0 comments on commit caaa904

Please sign in to comment.