aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__init__.py
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2021-10-24 15:42:12 +0100
committerGravatar GitHub <[email protected]>2021-10-24 15:42:12 +0100
commitec536f76da89cda38592f800e92b9c4de99a9d53 (patch)
tree391e100b7d6172cac273ff892a78bbfd86d940cc /bot/__init__.py
parentAdd WTF Python Command (#859) (diff)
parentCI: only check licenses of dev deps (diff)
Merge pull request #926 from python-discord/tools/isort
Add Isort to our toolchain
Diffstat (limited to 'bot/__init__.py')
-rw-r--r--bot/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/__init__.py b/bot/__init__.py
index db576cb2..cfaee9f8 100644
--- a/bot/__init__.py
+++ b/bot/__init__.py
@@ -18,7 +18,6 @@ from discord.ext import commands
from bot import monkey_patches
from bot.constants import Client
-
# Configure the "TRACE" logging level (e.g. "log.trace(message)")
logging.TRACE = 5
logging.addLevelName(logging.TRACE, "TRACE")