1
0
Fork 0

[cleanup] Remove unused code (#8968)

Authored by: pukkandan, seproDev
This commit is contained in:
pukkandan 2024-03-10 22:28:37 +05:30
commit ed3bb2b0a1
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
5 changed files with 2 additions and 9 deletions

View file

@ -53,9 +53,7 @@ except ImportError:
try:
import websockets
except (ImportError, SyntaxError):
# websockets 3.10 on Python 3.6 causes SyntaxError
# See https://github.com/yt-dlp/yt-dlp/issues/2633
except ImportError:
websockets = None
try: