Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Jul 16, 2024
2 parents 2ccaae7 + fb2d10f commit 5e2b427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discordpolls/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
from typing import TYPE_CHECKING, Dict, List, Optional, Union, cast

import discord
from discord.ext.commands import converter
from emoji import EMOJI_DATA
from redbot.core import commands
from discord.ext.commands import converter

if TYPE_CHECKING:
PollConverter = discord.Poll
Expand Down

0 comments on commit 5e2b427

Please sign in to comment.