Removed unused imports
This commit is contained in:
parent
e2aba7ddf7
commit
1f9a13fc4d
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ from PySide6.QtUiTools import QUiLoader
|
|||
from PySide6.QtWidgets import (QApplication, QWidget, QVBoxLayout, QHBoxLayout, QLabel, QPushButton, QPlainTextEdit,
|
||||
QLineEdit, QScrollArea, QFrame, QTextEdit, QComboBox, QProgressDialog, QFileDialog,
|
||||
QListView, QSplitter, QSizePolicy, QMessageBox, QBoxLayout, QCheckBox, QSplashScreen,
|
||||
QMenu,QTreeWidget, QTreeWidgetItem)
|
||||
QMenu)
|
||||
from humanfriendly import format_timespan, format_size
|
||||
|
||||
from src.core.library import Collation, Entry, ItemType, Library, Tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue