Move sendmail function out of class since it doesn't need any data from it an it was a static method anyway

This commit is contained in:
2016-02-22 11:13:14 +01:00
parent 3721683a28
commit 800cc46574
2 changed files with 60 additions and 59 deletions

View File

@@ -24,4 +24,5 @@
"""
Scripts for our redundances bot
"""
from jogobot.jogobot import output # noqa
# noqa needed to prevent pyflakes from warning about unused imports
from jogobot.jogobot import ( output, sendmail ) # noqa