We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7a100 commit 7f8784eCopy full SHA for 7f8784e
platformio/device/list/util.py
@@ -82,7 +82,7 @@ def list_logical_devices():
82
83
84
def list_mdns_services():
85
- import zeroconf
+ import zeroconf # pylint: disable=import-outside-toplevel
86
87
class mDNSListener:
88
def __init__(self):
0 commit comments