mercurial/utils/urlutil.py
changeset 48946 642e31cb55f0
parent 48913 f254fc73d956
child 49694 dd62eb4d2ea5
child 49830 bc59c1e5dd01
--- a/mercurial/utils/urlutil.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/utils/urlutil.py	Mon Feb 21 13:08:28 2022 -0700
@@ -54,7 +54,7 @@
         )
 
 
-class url(object):
+class url:
     r"""Reliable URL parser.
 
     This parses URLs and provides attributes for the following
@@ -832,7 +832,7 @@
     return new_paths
 
 
-class path(object):
+class path:
     """Represents an individual path and its configuration."""
 
     def __init__(