hgdemandimport/demandimportpy3.py
changeset 48946 642e31cb55f0
parent 48875 6000f5b25c9b
child 48958 b8eb29ab3906
--- a/hgdemandimport/demandimportpy3.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/hgdemandimport/demandimportpy3.py	Mon Feb 21 13:08:28 2022 -0700
@@ -54,7 +54,7 @@
                 super().exec_module(module)
 
 
-class LazyFinder(object):
+class LazyFinder:
     """A wrapper around a ``MetaPathFinder`` that makes loaders lazy.
 
     ``sys.meta_path`` finders have their ``find_spec()`` called to locate a