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):