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
1 changed files with 0 additions and 1 deletions

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