1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

corrected W293 Blank line contains whitespace

This commit is contained in:
Brian Hartsfield 2025-06-17 11:50:46 -04:00
parent edab6f9e9a
commit 1c978b7056

View File

@ -160,7 +160,7 @@ def _entries(self, query, url):
else:
self.write_debug(
'sectionList[0] exists but has no "items" key. '
'Using items, total, and size from root of results (if available).')
'Using items, total, and size from root of results (if available).') # noqa: Q000
else:
self.write_debug('No sectionList found. Using items, total, and size from root of results.')