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

@ -54,8 +54,6 @@ _unpack_uint32 = _bootstrap_external._unpack_uint32
# Fully bootstrapped at this point, import whatever you like, circular
# dependencies and startup overhead minimisation permitting :)
import warnings
# Public API #########################################################