Skip to content

Commit

Permalink
fix: Remove 're' import
Browse files Browse the repository at this point in the history
Not needed anymore
  • Loading branch information
Antiz96 committed Oct 4, 2024
1 parent 83cf9e9 commit 6370fec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/tray.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6370fec

Please sign in to comment.