summaryrefslogtreecommitdiff
path: root/zephyr/zmake
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-07-02 10:56:47 -0600
committerCommit Bot <commit-bot@chromium.org>2021-07-02 19:14:31 +0000
commit2d01036b8275f6c26d8cdbdb493b481c91c18870 (patch)
tree79b0038f7981c209e8b4ea902ebffe100262f648 /zephyr/zmake
parentde397b532a23137e84c2fb86e36b93b5c58c143d (diff)
downloadchrome-ec-2d01036b8275f6c26d8cdbdb493b481c91c18870.tar.gz
zephyr: zmake: remove unused imports
This cleans up F401 errors reported by flake8. BUG=b:192389533 BRANCH=none TEST="flake8 | grep F401" ... reports nothing Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I1d206a85d75157d30926308cc650e3846f789afc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3002836 Commit-Queue: Yuval Peress <peress@chromium.org> Reviewed-by: Yuval Peress <peress@chromium.org>
Diffstat (limited to 'zephyr/zmake')
-rw-r--r--zephyr/zmake/zmake/modules.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/zephyr/zmake/zmake/modules.py b/zephyr/zmake/zmake/modules.py
index 57cb4eebdd..21f6bd1ad5 100644
--- a/zephyr/zmake/zmake/modules.py
+++ b/zephyr/zmake/zmake/modules.py
@@ -3,9 +3,6 @@
# found in the LICENSE file.
"""Registry of known Zephyr modules."""
-import pathlib
-import os
-
import zmake.build_config as build_config
import zmake.util as util