From f21feea6741f0114460bc4d68dea6bbda61495bd Mon Sep 17 00:00:00 2001
From: m33 <327-m33@git.qoto.org>
Date: Fri, 16 Apr 2021 17:48:02 +0200
Subject: [PATCH] remove unnecessary import

---
 src/libSAEDEA/saedea.nim | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/libSAEDEA/saedea.nim b/src/libSAEDEA/saedea.nim
index 6b6c1e2..c5ac7ce 100644
--- a/src/libSAEDEA/saedea.nim
+++ b/src/libSAEDEA/saedea.nim
@@ -1,6 +1,5 @@
 import random
 import oids
-import base64
 import std/sha1
 
 #
-- 
GitLab