mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 18:44:27 +02:00
PyLint fix
This commit is contained in:
@@ -82,7 +82,7 @@ def list_logical_devices():
|
|||||||
|
|
||||||
|
|
||||||
def list_mdns_services():
|
def list_mdns_services():
|
||||||
import zeroconf
|
import zeroconf # pylint: disable=import-outside-toplevel
|
||||||
|
|
||||||
class mDNSListener:
|
class mDNSListener:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Reference in New Issue
Block a user