aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2021-04-15 00:55:29 +0300
committerGravatar GitHub <[email protected]>2021-04-15 00:55:29 +0300
commit65df8e24874cda7b9525acde346199f66e59650f (patch)
treeafa5be606ee7655e6dd7793ccd5351b1265967b6
parentAdd Duty cog and new Moderators role (diff)
Remove extra newline
Co-authored-by: ks129 <[email protected]>
-rw-r--r--bot/exts/moderation/duty.py1
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__)