hgext/fsmonitor/watchmanclient.py
changeset 48946 642e31cb55f0
parent 48875 6000f5b25c9b
child 50925 d718eddf01d9
--- a/hgext/fsmonitor/watchmanclient.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/hgext/fsmonitor/watchmanclient.py	Mon Feb 21 13:08:28 2022 -0700
@@ -43,7 +43,7 @@
         super(WatchmanNoRoot, self).__init__(msg)
 
 
-class client(object):
+class client:
     def __init__(self, ui, root, timeout=1.0):
         err = None
         if not self._user: