Skip to content

Commit

Permalink
Linty
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf authored Nov 18, 2024
1 parent 9179a02 commit e29f8e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions youtube_dl/extractor/voe.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# coding: utf-8
from __future__ import unicode_literals

import base64

from .common import InfoExtractor
from ..compat import compat_base64_b64decode
from ..compat import compat_base64_b64decode
from ..utils import (
int_or_none,
js_to_json,
Expand Down

0 comments on commit e29f8e8

Please sign in to comment.