scripts: Remove unused imports in all Python scripts

Discovered with pylint3.

Upstream open-amp PR: https://github.com/OpenAMP/open-amp/pull/168

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-03-19 19:37:07 +01:00 committed by Kumar Gala
commit d5b0bd14e3
13 changed files with 4 additions and 23 deletions

View file

@ -6,7 +6,6 @@
# Zephyr's sanity check testcases.
import logging
import os
import yaml
log = logging.getLogger("scl")