diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-02-13 19:26:04 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-02-13 19:26:04 +0000 |
commit | 23957cfb876f649519eacb3776020f3c3dc26466 (patch) | |
tree | 7f8fc737ea08cef5d4004657a97cb5af88426e82 /cogs/general.py | |
parent | d6ef6406bd137937d1f3bbbf3ee1578c76ee1d61 (diff) | |
download | steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.gz steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.bz2 steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.lz steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.xz steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.zst steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.zip |
Remove useless imports
Diffstat (limited to 'cogs/general.py')
-rwxr-xr-x | cogs/general.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cogs/general.py b/cogs/general.py index 49bc7c9..079b0b8 100755 --- a/cogs/general.py +++ b/cogs/general.py @@ -1,4 +1,3 @@ -import datetime
import inspect
import json
import os
|