Disable PyLint's "import-outside-toplevel"

This commit is contained in:
Ivan Kravets
2019-10-18 15:41:52 +03:00
parent f5807364e8
commit 065607b68c
12 changed files with 21 additions and 23 deletions
+2
View File
@@ -137,6 +137,8 @@ def cli(ctx, project_dir, project_conf, environment, verbose, interface, __unpro
# run debugging client
inject_contrib_pysite()
# pylint: disable=import-outside-toplevel
from platformio.debug.client import GDBClient, reactor
client = GDBClient(project_dir, __unprocessed, debug_options, env_options)