mercurial/registrar.py
changeset 49037 642e31cb55f0
parent 48966 6000f5b25c9b
child 50951 d718eddf01d9
--- a/mercurial/registrar.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/registrar.py	Mon Feb 21 13:08:28 2022 -0700
@@ -21,7 +21,7 @@
 configitem = configitems.getitemregister
 
 
-class _funcregistrarbase(object):
+class _funcregistrarbase:
     """Base of decorator to register a function for specific purpose
 
     This decorator stores decorated functions into own dict 'table'.