From e59e623dc2026d2c9d339a3c10ab18a0bebaea85 Mon Sep 17 00:00:00 2001 From: Anon Date: Fri, 28 Oct 2022 20:31:00 -0700 Subject: [PATCH] Removed unused modules --- src/main.py | 2 -- src/yandere_bot.py | 3 --- 2 files changed, 5 deletions(-) diff --git a/src/main.py b/src/main.py index 7d97ed0..a9703e7 100755 --- a/src/main.py +++ b/src/main.py @@ -20,8 +20,6 @@ import sys import argparse import signal import yandere_bot -import datetime -import contextlib class FailedToLoadCfg(Exception): diff --git a/src/yandere_bot.py b/src/yandere_bot.py index d301966..f4fb9aa 100644 --- a/src/yandere_bot.py +++ b/src/yandere_bot.py @@ -18,9 +18,6 @@ import os import datetime -import contextlib -import fnmatch -import math import random import subprocess from threading import Event