1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-02 23:47:08 +02:00

[cookies] imports cleanup

Authored by: bashonly
This commit is contained in:
bashonly 2024-06-13 11:38:35 -05:00
parent a756d43436
commit 496748848e
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -2,6 +2,7 @@
import collections
import contextlib
import datetime as dt
import functools
import glob
import hashlib
import http.cookiejar
@ -24,8 +25,6 @@
aes_gcm_decrypt_and_verify_bytes,
unpad_pkcs7,
)
from .compat import functools # isort: split
from .compat import compat_os_name
from .dependencies import (
_SECRETSTORAGE_UNAVAILABLE_REASON,