removed unused imports
This commit is contained in:
parent
14b8d33494
commit
53c3cd4d51
1 changed files with 0 additions and 3 deletions
|
|
@ -4,20 +4,17 @@ from discord.utils import get
|
||||||
import shutil
|
import shutil
|
||||||
import json
|
import json
|
||||||
import requests
|
import requests
|
||||||
#import openai #This is being phased out and may no longer be needed.
|
|
||||||
import random
|
import random
|
||||||
import time
|
import time
|
||||||
import os
|
import os
|
||||||
import io
|
import io
|
||||||
import base64
|
import base64
|
||||||
import asyncio
|
import asyncio
|
||||||
#import nacl #I believe this is no longer used since the removal of voice commands
|
|
||||||
import sys
|
import sys
|
||||||
import subprocess
|
import subprocess
|
||||||
import math
|
import math
|
||||||
from PIL import Image, PngImagePlugin
|
from PIL import Image, PngImagePlugin
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
import threading
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import aiohttp
|
import aiohttp
|
||||||
import aioftp
|
import aioftp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue