1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-25 08:03:57 +02:00

Removing an unnecessary import

This commit is contained in:
David Ben Zakai 2015-11-15 09:40:32 +02:00
parent 90bb5667bf
commit 828b2a5cd9

View File

@ -9,10 +9,7 @@ import subprocess
import sys
from zipimport import zipimporter
from .compat import (
compat_str,
compat_urllib_request,
)
from .compat import compat_str
from .version import __version__