Unnötige Imports entfernt

This commit is contained in:
2025-08-31 17:06:24 +02:00
parent c82f9dccbd
commit 916c29f235
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import time
import polars as pl
import shutil
from PySide6.QtCore import Qt, QSize, QUrl
from PySide6.QtCore import Qt, QSize
from PySide6.QtGui import QCursor, QPixmap, QPainter, QAction, QIcon, QDragEnterEvent, QDropEvent
from PySide6.QtWidgets import QLabel, QMainWindow, QApplication, QStyleFactory, QMenu, QTreeWidgetItem, QMessageBox, QFileDialog
from PySide6.QtPdf import QPdfDocument