mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-08 22:23:21 +00:00
Removing an unnecessary import
This commit is contained in:
parent
90bb5667bf
commit
828b2a5cd9
1 changed files with 1 additions and 4 deletions
|
@ -9,10 +9,7 @@
|
||||||
import sys
|
import sys
|
||||||
from zipimport import zipimporter
|
from zipimport import zipimporter
|
||||||
|
|
||||||
from .compat import (
|
from .compat import compat_str
|
||||||
compat_str,
|
|
||||||
compat_urllib_request,
|
|
||||||
)
|
|
||||||
|
|
||||||
from .version import __version__
|
from .version import __version__
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue