Removed unused modules
This commit is contained in:
parent
ca19e6fa30
commit
c3fb59a3e7
@ -22,7 +22,6 @@
|
|||||||
import requests
|
import requests
|
||||||
import os
|
import os
|
||||||
import random
|
import random
|
||||||
import time
|
|
||||||
|
|
||||||
def random_tag(*tags):
|
def random_tag(*tags):
|
||||||
return len(tags) == 1 and tags[0].lower() == "random"
|
return len(tags) == 1 and tags[0].lower() == "random"
|
||||||
|
@ -20,8 +20,6 @@ import sys
|
|||||||
import argparse
|
import argparse
|
||||||
import signal
|
import signal
|
||||||
import yandere_bot
|
import yandere_bot
|
||||||
import datetime
|
|
||||||
import contextlib
|
|
||||||
|
|
||||||
|
|
||||||
class FailedToLoadCfg(Exception):
|
class FailedToLoadCfg(Exception):
|
||||||
|
@ -17,10 +17,6 @@
|
|||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import datetime
|
|
||||||
import contextlib
|
|
||||||
import math
|
|
||||||
import shutil
|
|
||||||
import importlib
|
import importlib
|
||||||
import magic
|
import magic
|
||||||
import random
|
import random
|
||||||
|
Reference in New Issue
Block a user