contrib/import-checker.py
changeset 48961 8dec9abf2669
parent 48879 9987d14ad63f
child 49370 1572f790ee5e
--- a/contrib/import-checker.py	Tue Mar 08 19:11:03 2022 -0800
+++ b/contrib/import-checker.py	Wed Mar 09 15:41:39 2022 -0800
@@ -19,7 +19,7 @@
 
 import testparseutil
 
-# Whitelist of modules that symbols can be directly imported from.
+# Allow list of modules that symbols can be directly imported from.
 allowsymbolimports = (
     '__future__',
     'breezy',
@@ -46,9 +46,10 @@
     'mercurial.thirdparty.attr',
     'mercurial.thirdparty.zope',
     'mercurial.thirdparty.zope.interface',
+    'typing',
 )
 
-# Whitelist of symbols that can be directly imported.
+# Allow list of symbols that can be directly imported.
 directsymbols = ('demandimport',)
 
 # Modules that must be aliased because they are commonly confused with