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