From f2558e8fb5c91dc92d9166b19e00297413ac4662 Mon Sep 17 00:00:00 2001 From: samuellouiskwiatkowski-martin Date: Thu, 19 Oct 2023 02:33:24 -0400 Subject: [PATCH] Fixed pylint errors again. --- src/bot.py | 2 +- src/event_creation.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bot.py b/src/bot.py index eae14de..80d2c03 100644 --- a/src/bot.py +++ b/src/bot.py @@ -995,4 +995,4 @@ async def end_tests(ctx): ########################### def test_dummy(): ''' run bot command ''' - bot.run(TOKEN) \ No newline at end of file + bot.run(TOKEN) diff --git a/src/event_creation.py b/src/event_creation.py index bcd02d8..6cb0538 100644 --- a/src/event_creation.py +++ b/src/event_creation.py @@ -8,9 +8,10 @@ from discord.utils import get from discord.ext import tasks +import validators + from utils import EmailUtility -import validators import office_hours import cal