gh-105407: Remove unused imports in the stdlib (#105411)

This commit is contained in:
Victor Stinner 2023-06-06 23:13:24 +02:00 committed by GitHub
parent d1b0015ea8
commit 94d5f9827d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 6 deletions

View file

@ -3,7 +3,6 @@
import sys
import argparse
import os
import warnings
from . import loader, runner
from .signals import installHandler