mercurial/configitems.py
changeset 48946 642e31cb55f0
parent 48875 6000f5b25c9b
child 48981 f3aafd785e65
--- a/mercurial/configitems.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/configitems.py	Mon Feb 21 13:08:28 2022 -0700
@@ -29,7 +29,7 @@
         knownitems.update(items)
 
 
-class configitem(object):
+class configitem:
     """represent a known config item
 
     :section: the official config section where to find this item,