diff options
| author | 2021-10-22 07:25:39 +0000 | |
|---|---|---|
| committer | 2021-10-22 07:25:39 +0000 | |
| commit | cdaa77830f9bce1529d93990f00415dbde33a0cd (patch) | |
| tree | 6f2a148242affd7919d49715cce97fa73800127f /bot/__init__.py | |
| parent | Add ISort to our toolchain (diff) | |
Isort: give the codebase a sort
Diffstat (limited to '')
| -rw-r--r-- | bot/__init__.py | 1 |
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") |