diff options
author | 2021-04-15 00:55:29 +0300 | |
---|---|---|
committer | 2021-04-15 00:55:29 +0300 | |
commit | 65df8e24874cda7b9525acde346199f66e59650f (patch) | |
tree | afa5be606ee7655e6dd7793ccd5351b1265967b6 | |
parent | Add Duty cog and new Moderators role (diff) |
Remove extra newline
Co-authored-by: ks129 <[email protected]>
-rw-r--r-- | bot/exts/moderation/duty.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/moderation/duty.py b/bot/exts/moderation/duty.py index 13be016f2..94eed9331 100644 --- a/bot/exts/moderation/duty.py +++ b/bot/exts/moderation/duty.py @@ -11,7 +11,6 @@ from bot.constants import Emojis, Guild, MODERATION_ROLES, Roles from bot.converters import Expiry from bot.utils.scheduling import Scheduler - log = logging.getLogger(__name__) |