Skip to content

Commit 7f8784e

Browse files
committed
PyLint fix
1 parent ca7a100 commit 7f8784e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio/device/list/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def list_logical_devices():
8282

8383

8484
def list_mdns_services():
85-
import zeroconf
85+
import zeroconf # pylint: disable=import-outside-toplevel
8686

8787
class mDNSListener:
8888
def __init__(self):

0 commit comments

Comments
 (0)