From 53c3cd4d51df575171f8884f80a1bf36f209d94d Mon Sep 17 00:00:00 2001 From: phixxy Date: Mon, 17 Jul 2023 10:55:37 -0700 Subject: [PATCH] removed unused imports --- sparkytron3000.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sparkytron3000.py b/sparkytron3000.py index 7a232a5..cfc18d4 100644 --- a/sparkytron3000.py +++ b/sparkytron3000.py @@ -4,20 +4,17 @@ from discord.utils import get import shutil import json import requests -#import openai #This is being phased out and may no longer be needed. import random import time import os import io import base64 import asyncio -#import nacl #I believe this is no longer used since the removal of voice commands import sys import subprocess import math from PIL import Image, PngImagePlugin from dotenv import load_dotenv -import threading import matplotlib.pyplot as plt import aiohttp import aioftp