remove unneeded import since calendar theming now fully moved to theme.py
Some checks failed
CI / test (push) Failing after 5m9s
Lint / test (push) Successful in 32s
Trivy / test (push) Successful in 22s

This commit is contained in:
Miguel Jacq 2025-12-01 10:20:20 +11:00
parent 22b4cf4da7
commit 7d58acfc7d
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -27,7 +27,6 @@ from PySide6.QtGui import (
QFont,
QGuiApplication,
QKeySequence,
QTextCharFormat,
QTextCursor,
QTextListFormat,
)