gh-84623: Remove unused imports in stdlib (#93773)

This commit is contained in:
Victor Stinner
2022-06-13 16:28:41 +02:00
committed by GitHub
parent 65ac273280
commit 259dd71c32
12 changed files with 3 additions and 12 deletions

View File

@@ -4,7 +4,6 @@ __all__ = (
import socket
import sys
import warnings
import weakref
if hasattr(socket, 'AF_UNIX'):