mirror of
https://gitlab.com/gpvkt/twitchtts.git
synced 2025-04-19 02:02:26 +02:00
Removed unused imports
This commit is contained in:
parent
7c464a311e
commit
21b33ae419
1 changed files with 2 additions and 2 deletions
4
tts.py
4
tts.py
|
@ -10,9 +10,9 @@ import time
|
||||||
import datetime
|
import datetime
|
||||||
import socketserver
|
import socketserver
|
||||||
|
|
||||||
from threading import Thread, current_thread
|
from threading import Thread
|
||||||
from http.server import BaseHTTPRequestHandler
|
from http.server import BaseHTTPRequestHandler
|
||||||
from urllib.parse import urlparse, parse_qs
|
from urllib.parse import parse_qs
|
||||||
|
|
||||||
class IRC:
|
class IRC:
|
||||||
irc = socket.socket()
|
irc = socket.socket()
|
||||||
|
|
Loading…
Add table
Reference in a new issue