Tidy up PR

This commit is contained in:
Aaron Heise 2023-02-27 21:33:50 -06:00
parent d3c4928eda
commit 8f0151fed6
No known key found for this signature in database
GPG Key ID: 6BA54088C41DE8BF
1 changed files with 1 additions and 1 deletions

View File

@ -22,8 +22,8 @@
from RNS.Cryptography import X25519PrivateKey, X25519PublicKey, Ed25519PrivateKey, Ed25519PublicKey from RNS.Cryptography import X25519PrivateKey, X25519PublicKey, Ed25519PrivateKey, Ed25519PublicKey
from RNS.Cryptography import Fernet from RNS.Cryptography import Fernet
from RNS.Channel import Channel, LinkChannelOutlet from RNS.Channel import Channel, LinkChannelOutlet
from time import sleep from time import sleep
from .vendor import umsgpack as umsgpack from .vendor import umsgpack as umsgpack
import threading import threading