From 88d77cdf32b69353ff92da382d56e1d60cd5450a Mon Sep 17 00:00:00 2001 From: bashonly Date: Thu, 13 Jun 2024 11:41:04 -0500 Subject: [PATCH] [fd/external] imports cleanup Authored by: bashonly --- yt_dlp/downloader/external.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/downloader/external.py b/yt_dlp/downloader/external.py index 8b45c671a..3257dba68 100644 --- a/yt_dlp/downloader/external.py +++ b/yt_dlp/downloader/external.py @@ -1,4 +1,5 @@ import enum +import functools import json import os import re @@ -9,7 +10,6 @@ import uuid from .fragment import FragmentFD -from ..compat import functools from ..networking import Request from ..postprocessor.ffmpeg import EXT_TO_OUT_FORMATS, FFmpegPostProcessor from ..utils import (