diff --git a/librespot/core/ApResolver.py b/librespot/core/ApResolver.py index 1bf4480..9eb1ae6 100644 --- a/librespot/core/ApResolver.py +++ b/librespot/core/ApResolver.py @@ -1,4 +1,5 @@ import random + import requests diff --git a/librespot/crypto/DiffieHellman.py b/librespot/crypto/DiffieHellman.py index 39df0f1..60f3adc 100644 --- a/librespot/crypto/DiffieHellman.py +++ b/librespot/crypto/DiffieHellman.py @@ -1,6 +1,7 @@ -from librespot.common.Utils import Utils import os +from librespot.common.Utils import Utils + class DiffieHellman: prime_bytes: bytearray = bytes(