Removed unused modules

This commit is contained in:
Anon 2022-10-28 20:29:39 -07:00
parent ca19e6fa30
commit c3fb59a3e7
3 changed files with 0 additions and 7 deletions

View File

@ -22,7 +22,6 @@
import requests
import os
import random
import time
def random_tag(*tags):
return len(tags) == 1 and tags[0].lower() == "random"

View File

@ -20,8 +20,6 @@ import sys
import argparse
import signal
import yandere_bot
import datetime
import contextlib
class FailedToLoadCfg(Exception):

View File

@ -17,10 +17,6 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
import os
import datetime
import contextlib
import math
import shutil
import importlib
import magic
import random