From 4aa72c73696b74718727898e7ef2ca1f240092d3 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sat, 15 May 2021 00:02:10 +0000 Subject: [PATCH] Restyled by reorder-python-imports --- librespot/ZeroconfServer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/librespot/ZeroconfServer.py b/librespot/ZeroconfServer.py index 353a74c..b691ad2 100644 --- a/librespot/ZeroconfServer.py +++ b/librespot/ZeroconfServer.py @@ -8,7 +8,8 @@ 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 +from librespot.standard import Closeable +from librespot.standard import Runnable class ZeroconfServer(Closeable):