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:
parent
484637a9cc
commit
bee22b310c
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import base64
|
||||
import io
|
||||
import json
|
||||
import mimetypes
|
||||
|
Loading…
x
Reference in New Issue
Block a user