Fix for linter changes

This commit is contained in:
Deukhoofd 2024-06-01 10:19:51 +02:00
parent 5b9a30f258
commit e093a34462
No known key found for this signature in database
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
from .common import InfoExtractor
from ..utils import (
ExtractorError,
parse_iso8601,
traverse_obj,
ExtractorError,
)