From 8f0151fed61cd1e39146dc030c415c013ed191cc Mon Sep 17 00:00:00 2001 From: Aaron Heise <5148966+acehoss@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:33:50 -0600 Subject: [PATCH] Tidy up PR --- RNS/Link.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Link.py b/RNS/Link.py index a7c3d5c..822e1fc 100644 --- a/RNS/Link.py +++ b/RNS/Link.py @@ -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