contrib/check-code.py
changeset 48946 642e31cb55f0
parent 48945 55d132525155
child 49570 3a2b6158374a
--- a/contrib/check-code.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/contrib/check-code.py	Mon Feb 21 13:08:28 2022 -0700
@@ -758,7 +758,7 @@
             preparefilters(filters)
 
 
-class norepeatlogger(object):
+class norepeatlogger:
     def __init__(self):
         self._lastseen = None