Restyled by isort

This commit is contained in:
Restyled.io
2021-05-15 00:02:06 +00:00
parent 1c2c6b5b94
commit 74c1d9d3e8

View File

@@ -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