scripts/clang-tools: remove unused module

Remove unused imported 'os' module.

Signed-off-by: yangxingwu <xingwu.yang@gmail.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
yangxingwu 2022-09-13 04:07:53 +00:00 committed by Masahiro Yamada
parent 80e78fcce8
commit 237fe72749
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ compile_commands.json.
import argparse
import json
import multiprocessing
import os
import subprocess
import sys