diff contrib/import-checker.py @ 50442:82e5a9b1ef1e

extras: re-use Projection from jaraco.collections
author Jason R. Coombs <jaraco@jaraco.com>
date Tue, 21 Mar 2023 20:47:30 -0400
parents ada9a0245fd7
children 2c34c9b61a4f
line wrap: on
line diff
--- a/contrib/import-checker.py	Tue Mar 21 17:21:45 2023 -0400
+++ b/contrib/import-checker.py	Tue Mar 21 20:47:30 2023 -0400
@@ -44,6 +44,7 @@
     # third-party imports should be directly imported
     'mercurial.thirdparty',
     'mercurial.thirdparty.attr',
+    'mercurial.thirdparty.jaraco.collections',
     'mercurial.thirdparty.zope',
     'mercurial.thirdparty.zope.interface',
     'typing',