Skip to content

Commit

Permalink
scripts/clang-tools: remove unused module
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
yangxingwu authored and Masahiro Yamada committed Sep 23, 2022
1 parent 80e78fc commit 237fe72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/clang-tools/run-clang-tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import argparse
import json
import multiprocessing
import os
import subprocess
import sys

Expand Down

0 comments on commit 237fe72

Please sign in to comment.