Removed unused imports

This commit is contained in:
gpkvt 2022-08-11 01:27:27 +02:00
parent 7c464a311e
commit 21b33ae419
1 changed files with 2 additions and 2 deletions

4
tts.py
View File

@ -10,9 +10,9 @@ import time
import datetime
import socketserver
from threading import Thread, current_thread
from threading import Thread
from http.server import BaseHTTPRequestHandler
from urllib.parse import urlparse, parse_qs
from urllib.parse import parse_qs
class IRC:
irc = socket.socket()