1
mirror of git://git.acid.vegas/IRCP.git synced 2024-11-22 16:06:41 +00:00

Do not need to import socket anymore now that we are using asyncio

This commit is contained in:
Dionysus 2023-05-27 19:18:37 -04:00
parent 50eb3cfce1
commit 330e69db12
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -6,7 +6,6 @@ import copy
import json
import os
import random
import socket
import ssl
import sys
import time