1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-15 23:32:25 +02:00

[update] Remove useless import

This commit is contained in:
Philipp Hagemeister 2014-11-26 12:37:45 +01:00
parent f8aace93cd
commit 673cf0e773

View File

@ -19,7 +19,6 @@
def rsa_verify(message, signature, key):
from struct import pack
from hashlib import sha256
from sys import version_info
assert isinstance(message, bytes)
block_size = 0