1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 04:40:02 +08:00

[devscripts/create-github-release] do not import base64

Without this change `make offlinetest` fails with:

	./devscripts/create-github-release.py:4:1: F401 'base64' imported but unused
This commit is contained in:
Sören Tempel 2020-01-05 14:05:55 +01:00
parent 484637a9cc
commit bee22b310c

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python
from __future__ import unicode_literals
import base64
import io
import json
import mimetypes