From cd03486a25c365b6f785a59e08bbe5ee503c3d3e Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sun, 19 Nov 2023 12:48:22 +0100 Subject: [PATCH] Remove unused imports --- toot/tui/utils.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/toot/tui/utils.py b/toot/tui/utils.py index 0eb9bff..5b94624 100644 --- a/toot/tui/utils.py +++ b/toot/tui/utils.py @@ -2,11 +2,9 @@ import base64 import re import urwid -from functools import lru_cache, reduce +from functools import reduce from html.parser import HTMLParser -from typing import List, Optional - -from toot import settings +from typing import List HASHTAG_PATTERN = re.compile(r'(?