Tidy up PR

This commit is contained in:
Aaron Heise
2023-02-27 21:33:50 -06:00
parent d3c4928eda
commit 8f0151fed6
+1 -1
View File
@@ -22,8 +22,8 @@
from RNS.Cryptography import X25519PrivateKey, X25519PublicKey, Ed25519PrivateKey, Ed25519PublicKey
from RNS.Cryptography import Fernet
from RNS.Channel import Channel, LinkChannelOutlet
from time import sleep
from .vendor import umsgpack as umsgpack
import threading