Skip to content

Commit

Permalink
🩹 Fix imports warning on JetBrains IDE.
Browse files Browse the repository at this point in the history
  • Loading branch information
drawbu committed Sep 14, 2022
1 parent 1fccce8 commit 2378ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drawbot/cogs/pronote_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from discord import app_commands, Interaction
from discord.ext import commands

from utils import json_wr, JsonDict
from drawbot.utils import json_wr, JsonDict


@app_commands.guild_only()
Expand Down
2 changes: 1 addition & 1 deletion drawbot/cogs/pronote_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pronotepy
from discord.ext import commands, tasks

from utils import fetch_homeworks, fetch_grades, chunks
from drawbot.utils import fetch_homeworks, fetch_grades, chunks


class LoopHandler(commands.Cog):
Expand Down

0 comments on commit 2378ccc

Please sign in to comment.