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

Removed 'import copy' as we no longer need it

This commit is contained in:
Dionysus 2023-06-18 01:17:35 -04:00
parent ede626b5eb
commit 91ca58bbea
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -2,7 +2,6 @@
# internet relay chat probe for https://internetrelaychat.org/ - developed by acidvegas in python (https://git.acid.vegas/ircp)
import asyncio
import copy
import json
import os
import random