mercurial/discovery.py
changeset 48946 642e31cb55f0
parent 48913 f254fc73d956
child 50312 f95ab2c53303
--- a/mercurial/discovery.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/discovery.py	Mon Feb 21 13:08:28 2022 -0700
@@ -73,7 +73,7 @@
     return (list(common), anyinc, heads or list(srvheads))
 
 
-class outgoing(object):
+class outgoing:
     """Represents the result of a findcommonoutgoing() call.
 
     Members: