Restyled by isort
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
from __future__ import annotations
|
||||
from librespot.standard import Closeable
|
||||
|
||||
import base64
|
||||
import random
|
||||
import socket
|
||||
|
||||
from librespot.standard import Closeable
|
||||
|
||||
|
||||
class Zeroconf(Closeable):
|
||||
__DISCOVERY = "_services._dns-sd._udp.local"
|
||||
|
||||
Reference in New Issue
Block a user