From d7604302f5b5f60eed85d6b0b3aaba2f05961874 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 17 May 2021 15:13:10 -0400
Subject: [PATCH] Do the necessary whitespace cleanup

---
 src/_zkapauthorizer/_plugin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/_zkapauthorizer/_plugin.py b/src/_zkapauthorizer/_plugin.py
index aeaa54b..a72586d 100644
--- a/src/_zkapauthorizer/_plugin.py
+++ b/src/_zkapauthorizer/_plugin.py
@@ -307,4 +307,4 @@ def load_signing_key(path):
     :return challenge_bypass_ristretto.SigningKey: An object representing the
         key read.
     """
-    return SigningKey.decode_base64(path.getContent())
+    return SigningKey.decode_base64(path.getContent().strip())
-- 
GitLab