From 670ac229d97a66d6462cf56992fc7a54113fa80b Mon Sep 17 00:00:00 2001 From: MrDemocracy Date: Thu, 24 Oct 2024 17:13:20 +0200 Subject: [PATCH] [nrk] Run Ruff to apply linting fixes in nrk.py --- yt_dlp/extractor/nrk.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/yt_dlp/extractor/nrk.py b/yt_dlp/extractor/nrk.py index 7c6099c35..a28bccd87 100644 --- a/yt_dlp/extractor/nrk.py +++ b/yt_dlp/extractor/nrk.py @@ -1,10 +1,8 @@ import itertools -import json import random import re from .common import InfoExtractor -from ..networking.exceptions import HTTPError from ..utils import ( ExtractorError, determine_ext,