isort followed by black
All checks were successful
CI / test (push) Successful in 9m47s
Lint / test (push) Successful in 40s
Trivy / test (push) Successful in 22s

This commit is contained in:
Miguel Jacq 2025-12-11 14:03:08 +11:00
parent 0862ce7fd6
commit fb873edcb5
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
56 changed files with 311 additions and 360 deletions

View file

@ -1,13 +1,12 @@
from unittest.mock import patch, MagicMock
from pathlib import Path
import tempfile
from pathlib import Path
from unittest.mock import MagicMock, patch
from bouquin.db import DBConfig
from bouquin.documents import TodaysDocumentsWidget, DocumentsDialog
from bouquin.documents import DocumentsDialog, TodaysDocumentsWidget
from PySide6.QtCore import Qt, QUrl
from PySide6.QtWidgets import QMessageBox, QDialog, QFileDialog
from PySide6.QtGui import QDesktopServices
from PySide6.QtWidgets import QDialog, QFileDialog, QMessageBox
# =============================================================================
# TodaysDocumentsWidget Tests