gh-105407: Remove unused imports (#105554)

This commit is contained in:
Victor Stinner 2023-06-09 14:50:31 +02:00 committed by GitHub
parent 58e4b69f69
commit 0f885ffa94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 5 deletions

View file

@ -8,7 +8,6 @@ import shutil
import sys
import subprocess
import threading
import warnings
__all__ = ["Error", "open", "open_new", "open_new_tab", "get", "register"]