tests: ruff fixes
Some checks are pending
Python Formatting Check / formatting (push) Waiting to run
Tests / Run tests (push) Waiting to run

This commit is contained in:
Misty De Méo 2025-06-25 15:46:39 -07:00 committed by Misty De Méo
parent 70e4c3d7f6
commit 422527d7e4
2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,7 @@ def brozzle_page(worker, page) -> bool:
# This gets assigned after a video is captured; if an
# exception was raised by yt-dlp, it never gets assigned.
if not "videos" in page:
if "videos" not in page:
return False
if len(page.videos) > 0: