https://github.com/python/cpython/commit/14aed5e8abb84018cf48ebd1dd2ccc483013a005
commit: 14aed5e8abb84018cf48ebd1dd2ccc483013a005
branch: main
author: Victor Stinner <[email protected]>
committer: vstinner <[email protected]>
date: 2025-03-12T15:03:36+01:00
summary:
gh-131152, pkgutil: Remove unused imports (#131149)
files:
M Lib/pkgutil.py
diff --git a/Lib/pkgutil.py b/Lib/pkgutil.py
index b84d72f2395d45..8772a66791a3c9 100644
--- a/Lib/pkgutil.py
+++ b/Lib/pkgutil.py
@@ -8,8 +8,6 @@
import os
import os.path
import sys
-from types import ModuleType
-import warnings
__all__ = [
'get_importer', 'iter_importers',
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]