Skip to content

Commit

Permalink
Fixed pylint errors again.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatk67 committed Oct 19, 2023
1 parent 743bc13 commit f2558e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,4 +995,4 @@ async def end_tests(ctx):
###########################
def test_dummy():
''' run bot command '''
bot.run(TOKEN)
bot.run(TOKEN)
3 changes: 2 additions & 1 deletion src/event_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2558e8

Please sign in to comment.