Restyled by isort
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user