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

@ -45,7 +45,6 @@ cygwin in no-cygwin mode).
# * mingw gcc 3.2/ld 2.13 works
# (ld supports -shared)
import os
import sys
from subprocess import Popen, PIPE, check_output
import re