diff options
author | 2021-03-03 07:14:06 -0600 | |
---|---|---|
committer | 2021-03-03 07:14:06 -0600 | |
commit | 029f5f0d6b38f70000013ca52c859a3486cdf544 (patch) | |
tree | 780d2b83afea72684c8e7e74e247b4276479bfd9 | |
parent | lint fixes (diff) |
Update bot/exts/easter/earth_photos.py
Co-authored-by: Shivansh-007 <[email protected]>
-rw-r--r-- | bot/exts/easter/earth_photos.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py index 909fcbd8..b41b277c 100644 --- a/bot/exts/easter/earth_photos.py +++ b/bot/exts/easter/earth_photos.py @@ -15,7 +15,6 @@ class EarthPhotos(commands.Cog): """This cog contains the command for earth photos.""" def init(self, bot: commands.Bot) -> None: - """Init function.""" self.bot = bot self.current_channel = None |