From 7f5625a5261b7b1c9df35aa68385181256c7b0f1 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 20 May 2021 13:38:57 +0200 Subject: [PATCH] Cleanup --- RNS/Destination.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/RNS/Destination.py b/RNS/Destination.py index 57a345d..49e67de 100755 --- a/RNS/Destination.py +++ b/RNS/Destination.py @@ -28,8 +28,6 @@ class Destination: :param \*aspects: Any non-zero number of string arguments. """ - KEYSIZE = RNS.Identity.KEYSIZE; - # Constants SINGLE = 0x00 GROUP = 0x01