From 6d7accffde221968c6a795e7f153d9f80c8a0a9f Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sun, 14 Apr 2024 20:58:27 +0200 Subject: [PATCH] remove unused import for glob --- src/ui/bigtext/highlight_regex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/bigtext/highlight_regex.py b/src/ui/bigtext/highlight_regex.py index 607b04f..0d85007 100644 --- a/src/ui/bigtext/highlight_regex.py +++ b/src/ui/bigtext/highlight_regex.py @@ -1,5 +1,4 @@ import fnmatch -import glob from typing import Optional from src.ui.bigtext.highlight import Highlight