Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Mar 19, 2024
2 parents 84e65fe + d8202e2 commit 81b759e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boostutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@

async def setup(bot: Red) -> None:
cog: BoostUtils = BoostUtils(bot)
await bot.add_cog(cog)
await bot.add_cog(cog)
1 change: 1 addition & 0 deletions boostutils/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
SOFTWARE.
"""


from typing import Dict, Final, List, Union

from redbot.core import Config, commands
Expand Down

0 comments on commit 81b759e

Please sign in to comment.