From c991dd739111b959802635222e0571a347145169 Mon Sep 17 00:00:00 2001 From: gravesducking <219445875+gravesducking@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:58:33 +0900 Subject: [PATCH] [ie/locipo] Move classproperty import --- yt_dlp/extractor/locipo.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yt_dlp/extractor/locipo.py b/yt_dlp/extractor/locipo.py index 5dc4cbd05e..5883fe3e79 100644 --- a/yt_dlp/extractor/locipo.py +++ b/yt_dlp/extractor/locipo.py @@ -1,9 +1,8 @@ from typing import Literal -from yt_dlp.utils._utils import classproperty - from .common import InfoExtractor from ..utils import ( + classproperty, filter_dict, int_or_none, parse_iso8601,