mercurial/fileset.py
changeset 48946 642e31cb55f0
parent 48913 f254fc73d956
child 49310 050dc8730858
--- a/mercurial/fileset.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/fileset.py	Mon Feb 21 13:08:28 2022 -0700
@@ -503,7 +503,7 @@
 }
 
 
-class matchctx(object):
+class matchctx:
     def __init__(self, basectx, ctx, cwd, badfn=None):
         self._basectx = basectx
         self.ctx = ctx