mercurial/graphmod.py
changeset 49037 642e31cb55f0
parent 48966 6000f5b25c9b
child 49292 d44e3c45f0e4
--- a/mercurial/graphmod.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/graphmod.py	Mon Feb 21 13:08:28 2022 -0700
@@ -358,7 +358,7 @@
 
 
 @attr.s
-class asciistate(object):
+class asciistate:
     """State of ascii() graph rendering"""
 
     seen = attr.ib(init=False, default=attr.Factory(list))