From d6dcebf545ba13e4d8e25b4369172bcb97b440dc Mon Sep 17 00:00:00 2001 From: A_D Date: Thu, 27 Jan 2022 14:59:27 +0200 Subject: [PATCH] Remove unused import --- plugins/eddn.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/eddn.py b/plugins/eddn.py index 76e2f227..a423876e 100644 --- a/plugins/eddn.py +++ b/plugins/eddn.py @@ -6,7 +6,6 @@ import pathlib import re import sys import tkinter as tk -from base64 import encode from collections import OrderedDict from os import SEEK_SET from os.path import join