diff options
author | 2019-06-22 22:43:05 +0530 | |
---|---|---|
committer | 2019-06-22 22:43:05 +0530 | |
commit | 764d52390fcd483ff466c94b0bd3ef70703a67a5 (patch) | |
tree | c711212a86b0e3722936a4e3439a98c024a9ae9a | |
parent | gave a blank line after class doc string... (diff) |
removed blank spaces in blank line...
-rw-r--r-- | bot/seasons/easter/egg_facts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/easter/egg_facts.py b/bot/seasons/easter/egg_facts.py index 094190ed..1a19e48f 100644 --- a/bot/seasons/easter/egg_facts.py +++ b/bot/seasons/easter/egg_facts.py @@ -20,7 +20,7 @@ class EasterFacts(commands.Cog): It also contains a background task which sends an easter egg fact in the event channel everyday. """ - + def __init__(self, bot): self.bot = bot self.facts = self.load_json() |