From 05a85a45c37cb22d9ed161c55c2a5487c7f80d7d Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Tue, 15 Jun 2021 14:54:00 +0100 Subject: [PATCH] cleanup --- Lib/gftools/utils.py | 1 - requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/gftools/utils.py b/Lib/gftools/utils.py index b3c168821..e77840146 100644 --- a/Lib/gftools/utils.py +++ b/Lib/gftools/utils.py @@ -36,7 +36,6 @@ from configparser import ConfigParser else: from ConfigParser import ConfigParser -import unicodedata as uni # ===================================== # HELPER FUNCTIONS diff --git a/requirements.txt b/requirements.txt index 68efd3415..edf628d5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ skia-pathops pandas xlrd openpyxl -unicdecode +unidecode