1
mirror of git://git.acid.vegas/IRCP.git synced 2024-11-23 00:16: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 json
import os import os
import random import random
import socket
import ssl import ssl
import sys import sys
import time import time