mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Clean up imports
This commit is contained in:
parent
8c6d3682b4
commit
a198a83153
2 changed files with 2 additions and 35 deletions
|
|
@ -1,12 +1,10 @@
|
|||
from data import constants, schedule
|
||||
from data import schedule
|
||||
from decorators import help
|
||||
import discord
|
||||
from discord.ext import commands
|
||||
from enums.courses import years
|
||||
from enums.help_categories import Category
|
||||
from functions import checks, config, eten, les
|
||||
from functions import config, eten, les
|
||||
from functions.timeFormatters import intToWeekday
|
||||
import json
|
||||
|
||||
|
||||
class School(commands.Cog):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue