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:
parent
edab6f9e9a
commit
1c978b7056
@ -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.')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user