Restyled by reorder-python-imports
This commit is contained in:
@@ -4,13 +4,16 @@ import concurrent.futures
|
||||
import random
|
||||
import socket
|
||||
|
||||
from zeroconf import ServiceBrowser, ServiceInfo, Zeroconf
|
||||
from zeroconf import ServiceBrowser
|
||||
from zeroconf import ServiceInfo
|
||||
from zeroconf import Zeroconf
|
||||
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user