Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed Mar 17, 2024
1 parent ef40557 commit 01bfeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from chunithm_net.consts import INTERNATIONAL_JACKET_BASE, JACKET_BASE
from chunithm_net.entities.enums import Difficulty, Genres, Rank
from database.models import Song, SongJacket
from database.models import SongJacket
from utils import did_you_mean_text, shlex_split
from utils.argparse import DiscordArguments
from utils.components import ScoreCardEmbed
Expand Down

0 comments on commit 01bfeb2

Please sign in to comment.