hgext/fsmonitor/watchmanclient.py
changeset 52643 5cc8deb96b48
parent 51859 f4733654f144
--- a/hgext/fsmonitor/watchmanclient.py	Sun Jan 05 22:12:02 2025 -0500
+++ b/hgext/fsmonitor/watchmanclient.py	Sun Jan 05 22:23:31 2025 -0500
@@ -41,7 +41,7 @@
 class WatchmanNoRoot(Unavailable):
     def __init__(self, root, msg):
         self.root = root
-        super(WatchmanNoRoot, self).__init__(msg)
+        super().__init__(msg)
 
 
 class client: