Commit 237fe727 authored by yangxingwu's avatar yangxingwu Committed by Masahiro Yamada

scripts/clang-tools: remove unused module

Remove unused imported 'os' module.
Signed-off-by: default avataryangxingwu <xingwu.yang@gmail.com>
Reviewed-by: default avatarNathan Chancellor <nathan@kernel.org>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 80e78fcc
...@@ -12,7 +12,6 @@ compile_commands.json. ...@@ -12,7 +12,6 @@ compile_commands.json.
import argparse import argparse
import json import json
import multiprocessing import multiprocessing
import os
import subprocess import subprocess
import sys import sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment