[nrk] Run Ruff to apply linting fixes in nrk.py

This commit is contained in:
MrDemocracy 2024-10-24 17:13:20 +02:00 committed by GitHub
parent 3213c07265
commit 670ac229d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,