remove randbytes

This commit is contained in:
2023-11-13 13:47:17 -05:00
parent ee45c55f66
commit 22cf3f83a6
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
import logging
from random import randbytes
import socket
from twisted.internet.protocol import DatagramProtocol