contrib/import-checker.py
changeset 48879 9987d14ad63f
parent 48875 6000f5b25c9b
child 48961 8dec9abf2669
--- a/contrib/import-checker.py	Sun Feb 20 15:31:33 2022 -0700
+++ b/contrib/import-checker.py	Sun Feb 20 15:35:09 2022 -0700
@@ -626,7 +626,6 @@
 
     All module names recorded in `imports` should be absolute one.
 
-    >>> from __future__ import print_function
     >>> imports = {'top.foo': ['top.bar', 'os.path', 'top.qux'],
     ...            'top.bar': ['top.baz', 'sys'],
     ...            'top.baz': ['top.foo'],