diff options
author | 2019-03-05 16:53:23 -0500 | |
---|---|---|
committer | 2019-03-05 16:53:23 -0500 | |
commit | c90c44fc6615cd0039db3e06110201092b82e717 (patch) | |
tree | 486325728a18d65ae763a9f973d8e39c3895a3cc | |
parent | Add Cog inheritance to Valenstate cog (diff) |
Add newlines
flake8 shame...
-rw-r--r-- | bot/seasons/valentines/lovecalculator.py | 2 | ||||
-rw-r--r-- | bot/seasons/valentines/whoisvalentine.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bot/seasons/valentines/lovecalculator.py b/bot/seasons/valentines/lovecalculator.py index 91dd9fdf..2b6dc759 100644 --- a/bot/seasons/valentines/lovecalculator.py +++ b/bot/seasons/valentines/lovecalculator.py @@ -104,4 +104,4 @@ class LoveCalculator(Cog): def setup(bot): bot.add_cog(LoveCalculator(bot)) - log.info("Love calculator cog loaded")
\ No newline at end of file + log.info("Love calculator cog loaded") diff --git a/bot/seasons/valentines/whoisvalentine.py b/bot/seasons/valentines/whoisvalentine.py index 4ab02cb5..433ff251 100644 --- a/bot/seasons/valentines/whoisvalentine.py +++ b/bot/seasons/valentines/whoisvalentine.py @@ -51,4 +51,4 @@ class ValentineFacts(commands.Cog): def setup(bot): bot.add_cog(ValentineFacts(bot)) - log.info("Who Is Valentine? cog loaded")
\ No newline at end of file + log.info("Who Is Valentine? cog loaded") |