Skip to content

Commit

Permalink
fix: remove duplicate import and add missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
qLunar committed Sep 30, 2023
1 parent 8b9264a commit d29533a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chiya/cogs/listeners/joyboard.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import datetime
import logging
import httpx
from urllib.parse import urlparse

import discord
import httpx
from discord.ext import commands
from loguru import logger as log

from chiya import config, database
from chiya.utils import embeds
Expand Down

0 comments on commit d29533a

Please sign in to comment.