hgext/logtoprocess.py
changeset 48946 642e31cb55f0
parent 48875 6000f5b25c9b
child 51859 f4733654f144
--- a/hgext/logtoprocess.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/hgext/logtoprocess.py	Mon Feb 21 13:08:28 2022 -0700
@@ -44,7 +44,7 @@
 testedwith = b'ships-with-hg-core'
 
 
-class processlogger(object):
+class processlogger:
     """Map log events to external commands
 
     Arguments are passed on as environment variables.