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
+1
View File
@@ -112,6 +112,7 @@ class TestProcessorBase(object):
self.cmd_ctx.meta[CTX_META_TEST_RUNNING_NAME] = self.test_name
try:
# pylint: disable=import-outside-toplevel
from platformio.commands.run import cli as cmd_run
return self.cmd_ctx.invoke(