Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gamer191 authored Jun 25, 2024
1 parent 2c7565e commit 055cbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

if sys.version_info < (3, 8): #noqa: UP036
if sys.version_info < (3, 8): # noqa: UP036
raise ImportError(
f'You are using an unsupported version of Python. Only Python versions 3.8 and above are supported by yt-dlp') # noqa: F541

Expand Down

0 comments on commit 055cbc3

Please sign in to comment.