Skip to content

Commit

Permalink
fix: ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
DandyDev01 committed Dec 23, 2024
1 parent e877eba commit e317509
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tagstudio/src/core/library/alchemy/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ def search_tags(
)

session.expunge_all()

return res

def get_all_child_tag_ids(self, tag_id: int) -> list[int]:
Expand Down
1 change: 0 additions & 1 deletion tagstudio/src/qt/widgets/thumb_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

import cv2
import numpy as np
import pillow_jxl # noaq: F401
import rawpy
import structlog
from mutagen import MutagenError, flac, id3, mp4
Expand Down

0 comments on commit e317509

Please sign in to comment.