mercurial/pure/parsers.py
changeset 48946 642e31cb55f0
parent 48913 f254fc73d956
child 49044 be9bf75a837c
--- a/mercurial/pure/parsers.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/pure/parsers.py	Mon Feb 21 13:08:28 2022 -0700
@@ -63,7 +63,7 @@
 
 
 @attr.s(slots=True, init=False)
-class DirstateItem(object):
+class DirstateItem:
     """represent a dirstate entry
 
     It hold multiple attributes
@@ -560,7 +560,7 @@
     return int(q & 0xFFFF)
 
 
-class BaseIndexObject(object):
+class BaseIndexObject:
     # Can I be passed to an algorithme implemented in Rust ?
     rust_ext_compat = 0
     # Format of an index entry according to Python's `struct` language