Clean up imports

This commit is contained in:
Stijn De Clercq 2021-08-08 18:24:53 +02:00
parent 8c6d3682b4
commit a198a83153
2 changed files with 2 additions and 35 deletions

View file

@ -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):