Skip to content

Commit

Permalink
fix tools. bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaynight-dev authored Dec 2, 2024
1 parent d0830e8 commit 21d2211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/dialog_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
QApplication, QMainWindow, QLabel, QLineEdit, QPushButton, QVBoxLayout,
QHBoxLayout, QWidget, QComboBox, QMessageBox, QFileDialog, QTreeWidget,
QTreeWidgetItem, QTableWidgetItem, QHeaderView, QDialog, QAbstractItemView, QMenu, QCheckBox, QInputDialog)
from logs import *
from library_logic import *
from tools.logs import *
from tools.library_logic import *

class AddBookDialog(QDialog):
def __init__(self, parent=None):
Expand Down

0 comments on commit 21d2211

Please sign in to comment.