From a80c17bf36f93120d1748d407cbd3ff0a189ffee 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