Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
  • Loading branch information
pukkandan committed Jul 22, 2023
1 parent ae9d832 commit 3be2f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/networking/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from email.message import Message
from http import HTTPStatus
from http.cookiejar import CookieJar
from types import NoneType

from ._helper import make_ssl_context, wrap_request_errors
from .exceptions import (
Expand All @@ -22,6 +21,7 @@
TransportError,
UnsupportedRequest,
)
from ..compat.types import NoneType
from ..utils import (
bug_reports_message,
classproperty,
Expand Down

0 comments on commit 3be2f49

Please sign in to comment.