From 8c591a8a3b80974ba6de496ea62a02cf9eac3eb4 Mon Sep 17 00:00:00 2001 From: lordwelch Date: Tue, 24 May 2022 11:44:26 -0700 Subject: [PATCH] Remove unused imports --- comicapi/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/comicapi/utils.py b/comicapi/utils.py index 83e1764..a64e1c4 100644 --- a/comicapi/utils.py +++ b/comicapi/utils.py @@ -15,11 +15,9 @@ # limitations under the License. import json -import locale import logging import os import pathlib -import platform import re import unicodedata from collections import defaultdict