gh-105407: Remove unused imports in Tools/c-analyzer/ (#105410)

This commit is contained in:
Victor Stinner 2023-06-06 23:08:48 +02:00 committed by GitHub
parent b8c79b2b98
commit d1b0015ea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 6 deletions

View file

@ -2,7 +2,6 @@ import logging
import sys
from c_common.scriptutil import (
CLIArgSpec as Arg,
add_verbosity_cli,
add_traceback_cli,
add_kind_filtering_cli,