From d4805ebb09cd22a52a057475e0da12aa87c5b9e6 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 7 Jan 2026 17:43:43 -0500 Subject: [PATCH] Cleanup: Remove unused imports in lib_general.py after extraction. --- app/lib_general.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/lib_general.py b/app/lib_general.py index 34355d7..257d0d9 100644 --- a/app/lib_general.py +++ b/app/lib_general.py @@ -1,4 +1,3 @@ -import html2text, time from typing import Dict, List, Optional, Set, Union import logging