From 74c1d9d3e8422bdaf791db417d05366686276a91 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sat, 15 May 2021 00:02:06 +0000 Subject: [PATCH] Restyled by isort --- librespot/ZeroconfServer.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/librespot/ZeroconfServer.py b/librespot/ZeroconfServer.py index d0ee0ad..353a74c 100644 --- a/librespot/ZeroconfServer.py +++ b/librespot/ZeroconfServer.py @@ -1,13 +1,15 @@ from __future__ import annotations -from librespot.common import Utils -from librespot.core import Session -from librespot.crypto import DiffieHellman -from librespot.standard import Closeable, Runnable -from librespot.proto import Connect + import concurrent.futures import random import socket +from librespot.common import Utils +from librespot.core import Session +from librespot.crypto import DiffieHellman +from librespot.proto import Connect +from librespot.standard import Closeable, Runnable + class ZeroconfServer(Closeable): __MAX_PORT = 65536