mercurial/statichttprepo.py
changeset 49037 642e31cb55f0
parent 48966 6000f5b25c9b
child 49314 2e726c934fcd
--- a/mercurial/statichttprepo.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/statichttprepo.py	Mon Feb 21 13:08:28 2022 -0700
@@ -34,7 +34,7 @@
 urlreq = util.urlreq
 
 
-class httprangereader(object):
+class httprangereader:
     def __init__(self, url, opener):
         # we assume opener has HTTPRangeHandler
         self.url = url