1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

add missing future import

This commit is contained in:
Unknown
2020-09-23 03:35:14 +02:00
parent cdb7547e14
commit f940c3172a
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
from datetime import datetime
# import urllib.request

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
from datetime import datetime
import urllib.request