1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

Update helper.py - linted

This commit is contained in:
dirkf 2024-02-21 15:48:06 +00:00 committed by GitHub
parent 2239666542
commit fdb694eca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,6 +86,7 @@ class FakeYDL(YoutubeDL):
# Silence an expected warning matching a regex
expect_warnings(self, regex)
class FakeLogger(object):
def debug(self, msg):
pass