Reorder import

This commit is contained in:
Wyoh Knott 2024-05-11 21:39:41 +02:00
parent 935d817150
commit b0a108011a
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
import re
from .common import InfoExtractor
from ..compat import compat_parse_qs
from .youtube import YoutubeIE
from ..compat import compat_parse_qs
from ..utils import (
ExtractorError,
determine_ext,