Skip to content

Commit

Permalink
Update local_read_view.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-fly authored Sep 3, 2024
1 parent 823a9dd commit 38faf02
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/view/tool/local_read_view.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import json
import os
from this import d

from PySide6.QtCore import Signal, QUrl
from PySide6.QtGui import QAction, Qt, QDesktopServices
from PySide6.QtGui import QAction, QDesktopServices
from PySide6.QtWidgets import QWidget, QMenu, QFileDialog
from natsort import natsorted

Expand Down Expand Up @@ -473,4 +471,4 @@ def MoveCategory(self, bookId, categoryList):
self.db.DelBookCategory(bookId)
for v in categoryList:
self.db.AddCategory(v, bookId)
self.Init()
self.Init()

0 comments on commit 38faf02

Please sign in to comment.