1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 10:39:12 +02:00

[cleanup] Ban imports from urllib.parse instead of urllib

Authored by: bashonly
This commit is contained in:
bashonly 2024-06-13 11:50:19 -05:00
parent db42654b3f
commit 6438a1f386
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -298,7 +298,7 @@ banned-from = [
"string",
"sys",
"time",
"urllib",
"urllib.parse",
"uuid",
"xml",
]