From 42935c8238fcda31f69cb6dc84bc8be1f1a8a4c5 Mon Sep 17 00:00:00 2001 From: Aaron Heise <5148966+acehoss@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:15:25 -0600 Subject: [PATCH] Make the PR have zero deletions --- RNS/Link.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RNS/Link.py b/RNS/Link.py index c380b10..a7c3d5c 100644 --- a/RNS/Link.py +++ b/RNS/Link.py @@ -22,6 +22,7 @@ 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