From 6370fec45d67ffd34c880c48421af4515733f163 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Sat, 5 Oct 2024 00:55:50 +0200 Subject: [PATCH] fix: Remove 're' import Not needed anymore --- src/lib/tray.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/tray.py b/src/lib/tray.py index 123debb..6057605 100755 --- a/src/lib/tray.py +++ b/src/lib/tray.py @@ -10,7 +10,6 @@ import os import sys import subprocess -import re from PyQt6.QtGui import QIcon, QAction from PyQt6.QtWidgets import QApplication, QSystemTrayIcon, QMenu from PyQt6.QtCore import QFileSystemWatcher