mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-09 04:50:09 +09:00
Attempt to fix failing test
This commit is contained in:
parent
96d2ecc584
commit
6aa0183a43
@ -1,3 +1,6 @@
|
||||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
# Taken from https://github.com/add-ons/plugin.video.viervijfzes/blob/master/resources/lib/viervijfzes/auth_awsidp.py
|
||||
# with some small modifications (replacement of six and requests, removal of unused function, reformatting)
|
||||
# This file is licensed as GPL-3 from https://github.com/add-ons/plugin.video.viervijfzes:
|
||||
@ -6,7 +9,7 @@
|
||||
""" Amazon Cognito implementation without external dependencies """
|
||||
# Based on https://github.com/retrospect-addon/plugin.video.retrospect/blob/master/channels/channel.be/vier/awsidp.py
|
||||
|
||||
from __future__ import absolute_import, division, unicode_literals
|
||||
from __future__ import absolute_import, division
|
||||
|
||||
import base64
|
||||
import binascii
|
||||
|
Loading…
Reference in New Issue
Block a user