Reorder import

This commit is contained in:
Wyoh Knott 2024-05-11 21:37:13 +02:00
parent 5a0ddf296b
commit 9f872145fe
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@ import re
from .common import InfoExtractor
from ..compat import compat_parse_qs
from .youtube import YoutubeIE
from ..utils import (
ExtractorError,
determine_ext,
@ -13,7 +14,6 @@ from ..utils import (
try_get,
update_url_query,
)
from .youtube import YoutubeIE
class GoogleDriveIE(InfoExtractor):