Browse Source

Removing an unnecessary import

totalwebcasting
David Ben Zakai 9 years ago
parent
commit
828b2a5cd9
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      youtube_dl/update.py

+ 1
- 4
youtube_dl/update.py 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__


Loading…
Cancel
Save