From d3febb34d5e0ef3795d5d680ec34f3bdfe8fe781 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 16 Apr 2021 23:52:05 +0000 Subject: [PATCH] Restyled by isort --- librespot/core/ApResolver.py | 1 + librespot/crypto/DiffieHellman.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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(