gh-131152, pkgutil: Remove unused imports (#131149)

This commit is contained in:
Victor Stinner 2025-03-12 15:03:36 +01:00 committed by GitHub
parent 7ffe93faf1
commit 14aed5e8ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,8 +8,6 @@ import importlib.machinery
import os
import os.path
import sys
from types import ModuleType
import warnings
__all__ = [
'get_importer', 'iter_importers',