From fa2d307bfc22f423986cd9262868155f7d07ef4a Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 19 Nov 2023 13:15:51 -0800 Subject: [PATCH] remotemessage: remove unused import Signed-off-by: David Aguilar --- cola/widgets/remotemessage.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cola/widgets/remotemessage.py b/cola/widgets/remotemessage.py index 6395902f..9c1811cf 100644 --- a/cola/widgets/remotemessage.py +++ b/cola/widgets/remotemessage.py @@ -1,5 +1,3 @@ -import re - from qtpy.QtCore import Qt from .. import qtutils -- 2.11.4.GIT